Skip to content

Commit e389ef7

Browse files
committed
Fumbled that release. Oops.
Here's another one: 0.4.1.
1 parent b87998e commit e389ef7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pymatbridge/version.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
44
_version_major = 0
5-
_version_minor = 5
6-
_version_micro = '' # use '' for first of series, number for 1 and above
7-
_version_extra = 'dev'
8-
#_version_extra = '' # Uncomment this for full releases
5+
_version_minor = 4
6+
_version_micro = 1#'' # use '' for first of series, number for 1 and above
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)