From 55a9fbb563884d2d70505afb45a1ae118d16c62f Mon Sep 17 00:00:00 2001 From: jordanrburger Date: Tue, 12 May 2026 09:42:55 +0200 Subject: [PATCH] chore: bump version to 0.12.0 Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- src/kai_client/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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