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"