Skip to content

Commit f04dc57

Browse files
committed
Release 1.0.0
1 parent 693cb3a commit f04dc57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nibabel/info.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
_version_major = 1
1010
_version_minor = 0
1111
_version_micro = 0
12-
_version_extra = '.dev'
12+
# _version_extra = '.dev'
13+
_version_extra = ''
1314

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

0 commit comments

Comments
 (0)