Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 276bb20

Browse files
committed
Preparing 0.5 release.
1 parent 59910d1 commit 276bb20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymatbridge/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
_version_major = 0
55
_version_minor = 5
66
_version_micro = 0 #'' # use '' for first of series, number for 1 and above
7-
_version_extra = 'dev'
8-
#_version_extra = '' # Uncomment this for full releases
7+
#_version_extra = 'dev'
8+
_version_extra = '' # Uncomment this for full releases
99

1010
# Construct full version string from these.
1111
_ver = [_version_major, _version_minor]

0 commit comments

Comments
 (0)