Skip to content

Commit 89feca8

Browse files
committed
REL: label 1.3.0 release with info.py edit
1 parent 114f69a commit 89feca8

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