Skip to content

Commit 0266c8c

Browse files
committed
bump version
1 parent 28a772a commit 0266c8c

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

erdpy/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77
## [Unreleased]
88
- TBD
99

10+
## [3.0.3]
11+
- Fixes after repository migrations
12+
1013
## [3.0.2]
1114
- Fixes after repository migrations
1215

erdpy/_version.py

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

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/multiversx/mx-sdk-erdpy"
55

6-
VERSION = "3.0.2"
6+
VERSION = "3.0.3"
77

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

0 commit comments

Comments
 (0)