1 parent 41e9e77 commit 13a2dccCopy full SHA for 13a2dcc
3 files changed
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
commit = true
3
-current_version = 3.2.2
+current_version = 3.2.3
4
tag = true
5
6
[bumpversion:file:setup.py]
inorbit_connector/__init__.py
@@ -6,4 +6,4 @@
# SPDX-License-Identifier: MIT
7
8
__author__ = "InOrbit, Inc."
9
-__version__ = "3.2.2"
+__version__ = "3.2.3"
setup.py
@@ -11,7 +11,7 @@
11
12
GITHUB_ORG_URL = "https://github.com/inorbit-ai"
13
GITHUB_REPO_URL = f"{GITHUB_ORG_URL}/inorbit-connector-python"
14
-VERSION = "3.2.2"
+VERSION = "3.2.3"
15
16
setup(
17
download_url=f"{GITHUB_REPO_URL}/archive/refs/tags/v{VERSION}.zip",
0 commit comments