Skip to content

Commit 15fa581

Browse files
committed
Bump version
1 parent dd7a8a7 commit 15fa581

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

erdpy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.16"
1+
__version__ = "1.0.17"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = "https://github.com/ElrondNetwork/elrond-sdk-erdpy"
55

6-
VERSION = "1.0.16"
6+
VERSION = "1.0.17"
77

88
try:
99
with open('./erdpy/_version.py', 'wt') as versionfile:

0 commit comments

Comments
 (0)