Skip to content

Commit b87998e

Browse files
committed
Starting to work up to 0.5
1 parent 64f3c36 commit b87998e

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
@@ -2,9 +2,9 @@
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 = 4
5+
_version_minor = 5
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)