Skip to content

Commit 3ebcd51

Browse files
committed
updated version to 0.3.6
Former-commit-id: 5bc9bdb
1 parent 6c54481 commit 3ebcd51

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nltools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Specifies current version of nltools to be used by setup.py and __init__.py
22
"""
33

4-
__version__ = '0.3.5'
4+
__version__ = '0.3.6'

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
'analysis engine powering www.neuro-learn.org.',
3333
keywords = ['neuroimaging', 'preprocessing', 'analysis','machine-learning'],
3434
classifiers = [
35-
"Programming Language :: Python",
35+
"Programming Language :: Python :: 2.7",
36+
"Programming Language :: Python :: 3.6",
3637
"Operating System :: OS Independent",
3738
"Intended Audience :: Science/Research",
3839
"License :: OSI Approved :: MIT License"

0 commit comments

Comments
 (0)