File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 82
82
# The short X.Y version.
83
83
version = nipype .__version__
84
84
# The full version, including alpha/beta/rc tags.
85
- release = "0.13.0 "
85
+ release = "0.13.1 "
86
86
87
87
# The language for content autogenerated by Sphinx. Refer to documentation
88
88
# for a list of supported languages.
Original file line number Diff line number Diff line change 10
10
# full release. '.dev' as a version_extra string means this is a development
11
11
# version
12
12
# Remove -dev for release
13
- __version__ = '1.0.0-dev '
13
+ __version__ = '0.13.1 '
14
14
15
15
16
16
def get_nipype_gitversion ():
@@ -19,7 +19,7 @@ def get_nipype_gitversion():
19
19
Returns
20
20
-------
21
21
None or str
22
- Version of NiPype according to git.
22
+ Version of Nipype according to git.
23
23
"""
24
24
import os
25
25
import subprocess
Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ def main():
141
141
provides = ldict ['PROVIDES' ],
142
142
packages = find_packages (),
143
143
package_data = {'nipype' : testdatafiles },
144
- scripts = glob ('bin/*' ),
145
144
cmdclass = {'build_py' : BuildWithCommitInfoCommand },
146
145
tests_require = ldict ['TESTS_REQUIRES' ],
147
146
zip_safe = False ,
You can’t perform that action at this time.
0 commit comments