Skip to content

Commit eb64917

Browse files
committed
Release 0.4.2
[skip ci]
1 parent d2ae994 commit eb64917

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nipy/info.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# full release. '.dev' as a _version_extra string means this is a development
88
# version
99
_version_major = 0
10-
_version_minor = 5
11-
_version_micro = 0
12-
_version_extra = '.dev' # For development
13-
#_version_extra = '' # For release
10+
_version_minor = 4
11+
_version_micro = 2
12+
# _version_extra = '.dev' # For development
13+
_version_extra = '' # For release
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)