Skip to content

Commit 4d9be23

Browse files
committed
MISC - reverted version number to 1.0.0
1 parent 67616a4 commit 4d9be23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nibabel/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# nibabel version information. An empty _version_extra corresponds to a
77
# full release. '.dev' as a _version_extra string means this is a development
88
# version
9-
_version_major = 0
10-
_version_minor = 9
9+
_version_major = 1
10+
_version_minor = 0
1111
_version_micro = 0
1212
_version_extra = '.dev'
1313

0 commit comments

Comments
 (0)