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 8282# The short X.Y version.
8383version = nipype .__version__
8484# The full version, including alpha/beta/rc tags.
85- release = "0.13.0 "
85+ release = "0.13.1 "
8686
8787# The language for content autogenerated by Sphinx. Refer to documentation
8888# for a list of supported languages.
Original file line number Diff line number Diff line change 1010# full release. '.dev' as a version_extra string means this is a development
1111# version
1212# Remove -dev for release
13- __version__ = '1.0.0-dev '
13+ __version__ = '0.13.1 '
1414
1515
1616def get_nipype_gitversion ():
@@ -19,7 +19,7 @@ def get_nipype_gitversion():
1919 Returns
2020 -------
2121 None or str
22- Version of NiPype according to git.
22+ Version of Nipype according to git.
2323 """
2424 import os
2525 import subprocess
Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ def main():
141141 provides = ldict ['PROVIDES' ],
142142 packages = find_packages (),
143143 package_data = {'nipype' : testdatafiles },
144- scripts = glob ('bin/*' ),
145144 cmdclass = {'build_py' : BuildWithCommitInfoCommand },
146145 tests_require = ldict ['TESTS_REQUIRES' ],
147146 zip_safe = False ,
You can’t perform that action at this time.
0 commit comments