From cb7f83da97e6f48657a0605bd35b66cec0a6e719 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:47:51 +0200 Subject: [PATCH] chore: bump version to 2.157.4 (#1730) 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 12f016759..ce53f35c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [project] name = "kili" -version = "2.157.3" +version = "2.157.4" 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 70613345b..f99cb465a 100644 --- a/src/kili/__init__.py +++ b/src/kili/__init__.py @@ -1,3 +1,3 @@ """Kili Python SDK.""" -__version__ = "2.157.3" +__version__ = "2.157.4"