diff --git a/CHANGELOG.md b/CHANGELOG.md index ed07e6e..8248a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.2](https://github.com/instill-ai/python-sdk/compare/v0.3.1...v0.3.2) (2023-11-20) + + +### Bug Fixes + +* **ray:** fix mismatched grpcio version ([024471a](https://github.com/instill-ai/python-sdk/commit/024471aafb96e8ad48cfbe4c10033d584ee5b35e)) +* **ray:** fix model weight file extension ([4f3a40c](https://github.com/instill-ai/python-sdk/commit/4f3a40c005b3ca0b8ab96f28b6613474d932622a)) + ## [0.3.1](https://github.com/instill-ai/python-sdk/compare/v0.3.0...v0.3.1) (2023-11-08) diff --git a/pyproject.toml b/pyproject.toml index d5bd353..2ee405d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.3.1" +version = "0.3.2" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index 816df2d..0477999 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.3.2" }