diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 83ca205..3e448f9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = true -current_version = 1.15.0 +current_version = 1.15.1 tag = true [bumpversion:file:setup.py] diff --git a/inorbit_edge/__init__.py b/inorbit_edge/__init__.py index 82a3ff2..16ffa0b 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.15.0" +__version__ = "1.15.1" def get_module_version(): diff --git a/setup.py b/setup.py index 800b477..d067b0e 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.15.0" +VERSION = "1.15.1" GITHUB_ORG = "https://github.com/inorbit-ai" GITHUB_REPO = f"{GITHUB_ORG}/edge-sdk-python"