Skip to content

Commit

Permalink
Bump version: 1.15.0 → 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rctoris committed Jun 25, 2024
1 parent 8932f9e commit e225ea4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = true
current_version = 1.15.0
current_version = 1.15.1
tag = true

[bumpversion:file:setup.py]
Expand Down
2 changes: 1 addition & 1 deletion inorbit_edge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__email__ = "[email protected]"
# 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():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e225ea4

Please sign in to comment.