From 71979fa62d976c9a047b0304396cc563d223df04 Mon Sep 17 00:00:00 2001 From: Leandro Pineda Date: Thu, 4 Jan 2024 12:51:01 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.12.0=20=E2=86=92=201.12.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inorbit_edge/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inorbit_edge/__init__.py b/inorbit_edge/__init__.py index 098b54c..0973070 100644 --- a/inorbit_edge/__init__.py +++ b/inorbit_edge/__init__.py @@ -6,7 +6,7 @@ __email__ = "support@inorbit.ai" # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.md -__version__ = "1.12.0" +__version__ = "1.12.1" def get_module_version(): diff --git a/setup.cfg b/setup.cfg index 5035d3a..620862e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.12.0 +current_version = 1.12.1 commit = True tag = True diff --git a/setup.py b/setup.py index 981ec73..b1687db 100644 --- a/setup.py +++ b/setup.py @@ -93,6 +93,6 @@ url="https://github.com/inorbit-ai/edge-sdk-python", # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.rst - version="1.12.0", + version="1.12.1", zip_safe=False, )