Skip to content

Commit 857b076

Browse files
committed
Replace version string for a release.
1 parent b032055 commit 857b076

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nitime/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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
7-
_version_extra = 'dev'
8-
# _version_extra = '' # Uncomment this for full releases
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
99

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

0 commit comments

Comments
 (0)