diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a43290c..10f3091 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5545015..3ea20cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.2.0 (2025-06-18) + +Full Changelog: [v0.1.4...v0.2.0](https://github.com/Klavis-AI/python-sdk/compare/v0.1.4...v0.2.0) + +### Features + +* **api:** update via SDK Studio ([ed74a2d](https://github.com/Klavis-AI/python-sdk/commit/ed74a2d12a0c3f543184047bd57f68ea6c8e2152)) +* **api:** update via SDK Studio ([413adec](https://github.com/Klavis-AI/python-sdk/commit/413adecc14d3491afe3df530a31d94ba3224594b)) + ## 0.1.4 (2025-06-18) Full Changelog: [v0.1.3...v0.1.4](https://github.com/Klavis-AI/python-sdk/compare/v0.1.3...v0.1.4) diff --git a/pyproject.toml b/pyproject.toml index 20fb429..9bde34f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "klavis" -version = "0.1.4" +version = "0.2.0" description = "The official Python library for the klavis API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/klavis/_version.py b/src/klavis/_version.py index f4ebac7..e25c485 100644 --- a/src/klavis/_version.py +++ b/src/klavis/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "klavis" -__version__ = "0.1.4" # x-release-please-version +__version__ = "0.2.0" # x-release-please-version