From 1a1433a7759dad12754c39187d031b76fad9ccf6 Mon Sep 17 00:00:00 2001 From: Pierre Leveau Date: Wed, 15 Mar 2023 13:07:21 +0100 Subject: [PATCH] chore: bump to 2.119.2 --- kili/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kili/__init__.py b/kili/__init__.py index 1ded04181..489affd7b 100644 --- a/kili/__init__.py +++ b/kili/__init__.py @@ -5,4 +5,4 @@ Kili Python SDK """ -__version__ = "2.119.1" +__version__ = "2.119.2" diff --git a/setup.cfg b/setup.cfg index 999ba8740..1e9c8c050 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.119.1 +current_version = 2.119.2 [metadata] description-file = README.md