diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1cde638..750b7a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.25.2" + ".": "0.25.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a6849..058715a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.25.3](https://github.com/runpod/tetra-rp/compare/v0.25.2...v0.25.3) (2026-02-04) + + +### Bug Fixes + +* 0.25.3 ([#173](https://github.com/runpod/tetra-rp/issues/173)) ([98b1ed7](https://github.com/runpod/tetra-rp/commit/98b1ed7c98ee8bbab43b4c880210579c1cab6a37)) + ## [0.25.2](https://github.com/runpod/tetra-rp/compare/v0.25.1...v0.25.2) (2026-02-04) diff --git a/pyproject.toml b/pyproject.toml index 5081483..e72f76c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tetra_rp" -version = "0.25.2" +version = "0.25.3" description = "A Python library for distributed inference and serving of machine learning models" authors = [ { name = "Runpod", email = "engineer@runpod.io" },