Skip to content

Commit

Permalink
Merge pull request #193 from multiversx/release-5
Browse files Browse the repository at this point in the history
Bump version (5.0.1)
  • Loading branch information
andreibancioiu authored Jan 18, 2023
2 parents f51a6fb + dc901d5 commit 851669a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multiversx_sdk_cli/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.0.0b4"
__version__ = "5.0.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import setuptools

VERSION = "5.0.0b4"
VERSION = "5.0.1"

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

0 comments on commit 851669a

Please sign in to comment.