Skip to content

Commit b822bbb

Browse files
author
Shoshana Berleant
committed
Revert "my own nipype version"
This reverts commit d7204b5.
1 parent 9fa5f76 commit b822bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def get_nipype_gitversion():
130130
MINOR = _version_minor
131131
MICRO = _version_micro
132132
ISRELEASE = _version_extra == ''
133-
VERSION = "shoshber"
133+
VERSION = __version__
134134
PROVIDES = ['nipype']
135135
REQUIRES = [
136136
'nibabel>=%s' % NIBABEL_MIN_VERSION,

0 commit comments

Comments
 (0)