Skip to content

Commit 851669a

Browse files
Merge pull request #193 from multiversx/release-5
Bump version (5.0.1)
2 parents f51a6fb + dc901d5 commit 851669a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

multiversx_sdk_cli/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.0.0b4"
1+
__version__ = "5.0.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import setuptools
44

5-
VERSION = "5.0.0b4"
5+
VERSION = "5.0.1"
66

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

0 commit comments

Comments
 (0)