We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aac6d8 commit c4d2775Copy full SHA for c4d2775
1 file changed
setup.py
@@ -4,7 +4,7 @@
4
long_description = fh.read()
5
6
setup(name='benchbot_api',
7
- version='2.0.0',
+ version='2.1.0',
8
author='Ben Talbot',
9
author_email='b.talbot@qut.edu.au',
10
description='The BenchBot API for use with the BenchBot software stack',
@@ -16,13 +16,7 @@
16
'scipy>=1.2.0'
17
],
18
classifiers=(
19
- "Programming Language :: Python :: 2",
20
- "Programming Language :: Python :: 2.7",
21
"Programming Language :: Python :: 3",
22
- "Programming Language :: Python :: 3.3",
23
- "Programming Language :: Python :: 3.4",
24
- "Programming Language :: Python :: 3.5",
25
- "Programming Language :: Python :: 3.6",
26
"License :: OSI Approved :: BSD License",
27
"Operating System :: OS Independent",
28
))
0 commit comments