We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ecbe4 commit b90f7d5Copy full SHA for b90f7d5
nipype/info.py
@@ -8,7 +8,7 @@
8
# full release. '.dev' as a version_extra string means this is a development
9
# version
10
# Remove -dev for release
11
-__version__ = '1.1.1-dev'
+__version__ = '2.0.0-dev'
12
13
14
def get_nipype_gitversion():
@@ -53,7 +53,6 @@ def get_nipype_gitversion():
53
'License :: OSI Approved :: Apache Software License',
54
'Operating System :: MacOS :: MacOS X',
55
'Operating System :: POSIX :: Linux',
56
- 'Programming Language :: Python :: 2.7',
57
'Programming Language :: Python :: 3.4',
58
'Programming Language :: Python :: 3.5',
59
'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering'
0 commit comments