We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1664186 commit b59624aCopy full SHA for b59624a
setup.py
@@ -12,7 +12,7 @@
12
13
py_version = platform.python_version()
14
15
-PACKAGE_VERSION = '2.0.2'
+PACKAGE_VERSION = '2.0.3'
16
PACKAGE_REQUIRED = [
17
'urllib3',
18
'pycryptodome',
tronapi/__init__.py
@@ -1,2 +1,2 @@
1
2
-__version__ = '2.0.2'
+__version__ = '2.0.3'
0 commit comments