Skip to content

Commit cdd3b42

Browse files
release: 0.1.3
1 parent 520da1a commit cdd3b42

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
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.0.1-alpha.0"
2+
".": "0.1.3"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## 0.1.3 (2025-06-18)
4+
5+
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)
6+
7+
### Chores
8+
9+
* update SDK settings ([520da1a](https://github.com/Klavis-AI/python-sdk/commit/520da1a60c2b5e0556215cec0502e7862f1e8513))
10+
* update SDK settings ([4d48f21](https://github.com/Klavis-AI/python-sdk/commit/4d48f2164f98a6499e31ae13b8185ac51e639ef7))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The full API of this library can be found in [api.md](api.md).
1616

1717
```sh
1818
# install from PyPI
19-
pip install --pre klavis
19+
pip install klavis
2020
```
2121

2222
## Usage

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.0.1-alpha.0"
3+
version = "0.1.3"
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.0.1-alpha.0" # x-release-please-version
4+
__version__ = "0.1.3" # x-release-please-version

0 commit comments

Comments
 (0)