diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c5a1a0..a43290c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db9e22..5545015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 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) + +### Chores + +* **internal:** version bump ([ea1e1b7](https://github.com/Klavis-AI/python-sdk/commit/ea1e1b7225703fc1ce1cf81c5694dc9e7d87e7de)) + ## 0.1.3 (2025-06-18) Full Changelog: [v0.0.1-alpha.0...v0.1.3](https://github.com/Klavis-AI/python-sdk/compare/v0.0.1-alpha.0...v0.1.3) diff --git a/pyproject.toml b/pyproject.toml index bbad1da..20fb429 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "klavis" -version = "0.1.3" +version = "0.1.4" description = "The official Python library for the klavis API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/scripts/utils/upload-artifact.sh b/scripts/utils/upload-artifact.sh index 4e877bf..9ab911a 100755 --- a/scripts/utils/upload-artifact.sh +++ b/scripts/utils/upload-artifact.sh @@ -18,7 +18,7 @@ UPLOAD_RESPONSE=$(tar -cz . | curl -v -X PUT \ if echo "$UPLOAD_RESPONSE" | grep -q "HTTP/[0-9.]* 200"; then echo -e "\033[32mUploaded build to Stainless storage.\033[0m" - echo -e "\033[32mInstallation: pip install --pre 'https://pkg.stainless.com/s/klavis-python/$SHA'\033[0m" + echo -e "\033[32mInstallation: pip install 'https://pkg.stainless.com/s/klavis-python/$SHA'\033[0m" else echo -e "\033[31mFailed to upload artifact.\033[0m" exit 1 diff --git a/src/klavis/_version.py b/src/klavis/_version.py index 000f5f9..f4ebac7 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.3" # x-release-please-version +__version__ = "0.1.4" # x-release-please-version