Skip to content

Commit 1fd36b4

Browse files
committed
increase version.
1 parent 3f851b8 commit 1fd36b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdks/python/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.4"
3+
version = "0.0.5"
44
description = "Klavis AI (https://www.klavis.ai)"
55
authors = [
66
{name = "Klavis AI", email = "connect@klavis.ai"}

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# prerequisite: setuptools
2424
# http://pypi.python.org/pypi/setuptools
2525
NAME = "klavis"
26-
VERSION = "0.0.4"
26+
VERSION = "0.0.5"
2727
PYTHON_REQUIRES = ">= 3.9"
2828
REQUIRES = [
2929
"urllib3 >= 2.1.0, < 3.0.0",

0 commit comments

Comments
 (0)