Skip to content

Commit 836c615

Browse files
committed
REL - label as 1.0.2 release
1 parent 0f19363 commit 836c615

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 = 0
1111
_version_micro = 2
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)