Skip to content

Commit bb9e7f2

Browse files
committed
Bump version: 3.3.0 → 3.4.0
1 parent 5d86211 commit bb9e7f2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = true
3-
current_version = 3.3.0
3+
current_version = 3.4.0
44
tag = true
55

66
[bumpversion:file(version):setup.py]

inorbit_edge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__email__ = "support@inorbit.ai"
77
# Do not edit this string manually, always use bumpversion
88
# Details in CONTRIBUTING.md
9-
__version__ = "3.3.0"
9+
__version__ = "3.4.0"
1010

1111

1212
def get_module_version():

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools import find_packages, setup
99

1010
# Do not edit manually, always use bumpversion (see CONTRIBUTING.rst)
11-
VERSION = "3.3.0"
11+
VERSION = "3.4.0"
1212

1313
GITHUB_ORG = "https://github.com/inorbit-ai"
1414
GITHUB_REPO = f"{GITHUB_ORG}/edge-sdk-python"
@@ -48,7 +48,7 @@
4848
],
4949
description="InOrbit Edge SDK for Python",
5050
# Do not edit manually, always use bumpversion (see CONTRIBUTING.rst)
51-
download_url=f"{GITHUB_REPO}/archive/refs/tags/v3.3.0.zip",
51+
download_url=f"{GITHUB_REPO}/archive/refs/tags/v3.4.0.zip",
5252
extras_require={
5353
"video": requirements["video"],
5454
"telemetry": requirements["telemetry"],

0 commit comments

Comments
 (0)