Skip to content

Commit b81aad9

Browse files
Update setup.py
1 parent 84a8cf6 commit b81aad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from setuptools import find_packages, setup, Command
1313
# from snirf2bids.__version__ import __version__ as VERSION
14-
VERSION = '0.0.10'
14+
VERSION = '0.0.9'
1515
# Package meta-data.
1616
NAME = 'snirf_quality_report'
1717
DESCRIPTION = 'Get fNIRS SNIRF raw data quality report'
@@ -128,7 +128,7 @@ def run(self):
128128
'License :: OSI Approved :: MIT License',
129129
'Programming Language :: Python',
130130
'Programming Language :: Python :: 3',
131-
'Programming Language :: Python :: 3.6',
131+
'Programming Language :: Python :: 3.7.7',
132132
'Programming Language :: Python :: Implementation :: CPython',
133133
'Programming Language :: Python :: Implementation :: PyPy'
134134
],

0 commit comments

Comments
 (0)