Skip to content

Commit b59624a

Browse files
committed
dump version 2.0.3
1 parent 1664186 commit b59624a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
py_version = platform.python_version()
1414

15-
PACKAGE_VERSION = '2.0.2'
15+
PACKAGE_VERSION = '2.0.3'
1616
PACKAGE_REQUIRED = [
1717
'urllib3',
1818
'pycryptodome',

tronapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '2.0.2'
2+
__version__ = '2.0.3'

0 commit comments

Comments
 (0)