Skip to content

Commit ad5ed85

Browse files
committed
REL: label 1.2.1 maintenance release
1 parent 973160f commit ad5ed85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nibabel/info.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
_version_major = 1
1010
_version_minor = 2
1111
_version_micro = 1
12-
_version_extra = 'dev'
13-
#_version_extra = ''
12+
#_version_extra = 'dev'
13+
_version_extra = ''
1414

1515
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
1616
__version__ = "%s.%s.%s%s" % (_version_major,

0 commit comments

Comments
 (0)