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

Skip to content

Commit 64f3c36

Browse files
committed
Switching off the dev flag for the release.
1 parent 979ad2a commit 64f3c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatbridge/version.py

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

1010
# Construct full version string from these.

0 commit comments

Comments
 (0)