Skip to content

Commit d7204b5

Browse files
author
Shoshana Berleant
committed
my own nipype version
1 parent f685f14 commit d7204b5

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 = __version__
133+
VERSION = "shoshber"
134134
PROVIDES = ['nipype']
135135
REQUIRES = [
136136
'nibabel>=%s' % NIBABEL_MIN_VERSION,

0 commit comments

Comments
 (0)