Skip to content

Commit e0ffeb5

Browse files
release: 0.2.0
1 parent ed74a2d commit e0ffeb5

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.4"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.2.0 (2025-06-18)
4+
5+
Full Changelog: [v0.1.4...v0.2.0](https://github.com/Klavis-AI/python-sdk/compare/v0.1.4...v0.2.0)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([ed74a2d](https://github.com/Klavis-AI/python-sdk/commit/ed74a2d12a0c3f543184047bd57f68ea6c8e2152))
10+
* **api:** update via SDK Studio ([413adec](https://github.com/Klavis-AI/python-sdk/commit/413adecc14d3491afe3df530a31d94ba3224594b))
11+
312
## 0.1.4 (2025-06-18)
413

514
Full Changelog: [v0.1.3...v0.1.4](https://github.com/Klavis-AI/python-sdk/compare/v0.1.3...v0.1.4)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "klavis"
3-
version = "0.1.4"
3+
version = "0.2.0"
44
description = "The official Python library for the klavis API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/klavis/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "klavis"
4-
__version__ = "0.1.4" # x-release-please-version
4+
__version__ = "0.2.0" # x-release-please-version

0 commit comments

Comments
 (0)