From b26c9926c6d3b0b43194f236b6e9fa6899b1bf91 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:23:36 +0200 Subject: [PATCH] chore: bump version to 2.146.1 (#1507) Co-authored-by: github-actions --- setup.cfg | 2 +- src/kili/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 73cf12a43..6b0229153 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.146.0 +current_version = 2.146.1 [metadata] description-file = README.md diff --git a/src/kili/__init__.py b/src/kili/__init__.py index 521775e13..ddab1b68d 100644 --- a/src/kili/__init__.py +++ b/src/kili/__init__.py @@ -1,4 +1,4 @@ #!/usr/bin/env python """Kili Python SDK.""" -__version__ = "2.146.0" +__version__ = "2.146.1"