Skip to content

Commit cf965fb

Browse files
Bump version.
1 parent 561fb24 commit cf965fb

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.0b2"
1+
__version__ = "5.0.0b3"

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.0b2"
5+
VERSION = "5.0.0b3"
66

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

0 commit comments

Comments
 (0)