We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f851b8 commit 1fd36b4Copy full SHA for 1fd36b4
sdks/python/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "klavis"
3
-version = "0.0.4"
+version = "0.0.5"
4
description = "Klavis AI (https://www.klavis.ai)"
5
authors = [
6
{name = "Klavis AI", email = "connect@klavis.ai"}
sdks/python/setup.py
@@ -23,7 +23,7 @@
23
# prerequisite: setuptools
24
# http://pypi.python.org/pypi/setuptools
25
NAME = "klavis"
26
-VERSION = "0.0.4"
+VERSION = "0.0.5"
27
PYTHON_REQUIRES = ">= 3.9"
28
REQUIRES = [
29
"urllib3 >= 2.1.0, < 3.0.0",
0 commit comments