From fa3d78fef7d5be354b6c13dd79e85ea60d1be559 Mon Sep 17 00:00:00 2001 From: Russell Toris Date: Mon, 27 May 2024 13:36:51 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.13.0=20=E2=86=92=201.14.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- inorbit_edge/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 24f4f7e..7fb26d6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = true -current_version = 1.13.0 +current_version = 1.14.0 tag = true [bumpversion:file:setup.py] diff --git a/inorbit_edge/__init__.py b/inorbit_edge/__init__.py index 308032a..c7ec41a 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.13.0" +__version__ = "1.14.0" def get_module_version(): diff --git a/setup.py b/setup.py index f8150ca..d51a594 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools import find_packages, setup # Do not edit manually, always use bumpversion (see CONTRIBUTING.rst) -VERSION = "1.13.0" +VERSION = "1.14.0" GITHUB_ORG = "https://github.com/inorbit-ai" GITHUB_REPO = f"{GITHUB_ORG}/edge-sdk-python"