Skip to content

Commit 1ab25b0

Browse files
committed
Another release, this time with a micro version.
1 parent 857b076 commit 1ab25b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nitime/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
44
_version_major = 0
55
_version_minor = 10
6-
# _version_micro = '' # use '' for first of series, number for 1 and above
6+
_version_micro = 1 # use '' for first of series, number for 1 and above
77
# _version_extra = 'dev'
88
_version_extra = '' # Uncomment this for full releases
99

0 commit comments

Comments
 (0)