We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a8cf6 commit b81aad9Copy full SHA for b81aad9
setup.py
@@ -11,7 +11,7 @@
11
12
from setuptools import find_packages, setup, Command
13
# from snirf2bids.__version__ import __version__ as VERSION
14
-VERSION = '0.0.10'
+VERSION = '0.0.9'
15
# Package meta-data.
16
NAME = 'snirf_quality_report'
17
DESCRIPTION = 'Get fNIRS SNIRF raw data quality report'
@@ -128,7 +128,7 @@ def run(self):
128
'License :: OSI Approved :: MIT License',
129
'Programming Language :: Python',
130
'Programming Language :: Python :: 3',
131
- 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7.7',
132
'Programming Language :: Python :: Implementation :: CPython',
133
'Programming Language :: Python :: Implementation :: PyPy'
134
],
0 commit comments