Skip to content

Commit 1aba8fd

Browse files
Bump version: 2.0.1 → 2.0.2 (#92)
* Bump version: 2.0.1 → 2.0.2 * Bump version: 2.0.2 → 2.0.3 * Revert "Bump version: 2.0.2 → 2.0.3" This reverts commit 42edfea.
1 parent 8b61945 commit 1aba8fd

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 = 2.0.1
3+
current_version = 2.0.2
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__ = "2.0.1"
9+
__version__ = "2.0.2"
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 = "2.0.1"
11+
VERSION = "2.0.2"
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/v2.0.1.zip",
51+
download_url=f"{GITHUB_REPO}/archive/refs/tags/v2.0.2.zip",
5252
extras_require={
5353
"video": requirements["video"],
5454
"dev": requirements["dev"],

0 commit comments

Comments
 (0)