From e720d7e63e902b9efc37ce9cb80f67e084342b22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:55:19 +0200 Subject: [PATCH] chore: bump version to 2.153.2 (#1678) Co-authored-by: github-actions --- pyproject.toml | 2 +- src/kili/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 11ec2a56f..d48ff2060 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [project] name = "kili" -version = "2.153.1" +version = "2.153.2" description = "Python client for Kili Technology labeling tool" readme = "README.md" authors = [{ name = "Kili Technology", email = "contact@kili-technology.com" }] diff --git a/src/kili/__init__.py b/src/kili/__init__.py index b669d2506..ab1336daa 100644 --- a/src/kili/__init__.py +++ b/src/kili/__init__.py @@ -1,3 +1,3 @@ """Kili Python SDK.""" -__version__ = "2.153.1" +__version__ = "2.153.2"