diff --git a/pyproject.toml b/pyproject.toml index ed5db21..ef4c015 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kai-client" -version = "0.11.0" +version = "0.12.0" description = "Python client library for the Keboola AI Assistant Backend API" readme = "README.md" license = { text = "MIT" } diff --git a/src/kai_client/__init__.py b/src/kai_client/__init__.py index d0e2a43..fb83959 100644 --- a/src/kai_client/__init__.py +++ b/src/kai_client/__init__.py @@ -84,7 +84,7 @@ VoteType, ) -__version__ = "0.11.0" +__version__ = "0.12.0" __all__ = [ # Main client