Skip to content

Commit 1061d95

Browse files
authored
Bump SDK version
1 parent 0797873 commit 1061d95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.python_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.5
1+
3.10

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "zotasdk"
77
dynamic = ['dependencies']
8-
version = "1.2.1"
8+
version = "1.2.2"
99
authors = [
1010
{ name="Zota Technology Pte Ltd", email="[email protected]" },
1111
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
# Package version
4-
VERSION = "1.2.1"
4+
VERSION = "1.2.2"
55

66
setup(
77
name='zotasdk',

0 commit comments

Comments
 (0)