Skip to content

Commit e0f3f77

Browse files
committed
fix: revert to 0.13.1 release and address setup issues for conda-forge
1 parent 9d775a0 commit e0f3f77

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
# The short X.Y version.
8383
version = 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.

nipype/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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

1616
def 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

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)