Skip to content

Commit b90f7d5

Browse files
committed
MAINT: Update version, supported Python versions
1 parent 06ecbe4 commit b90f7d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/info.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# full release. '.dev' as a version_extra string means this is a development
99
# version
1010
# Remove -dev for release
11-
__version__ = '1.1.1-dev'
11+
__version__ = '2.0.0-dev'
1212

1313

1414
def get_nipype_gitversion():
@@ -53,7 +53,6 @@ def get_nipype_gitversion():
5353
'License :: OSI Approved :: Apache Software License',
5454
'Operating System :: MacOS :: MacOS X',
5555
'Operating System :: POSIX :: Linux',
56-
'Programming Language :: Python :: 2.7',
5756
'Programming Language :: Python :: 3.4',
5857
'Programming Language :: Python :: 3.5',
5958
'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering'

0 commit comments

Comments
 (0)