We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3ccec commit 4a99a53Copy full SHA for 4a99a53
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='opentrons_functions',
5
- version='0.1.0',
+ version='0.2.0',
6
description='A collection of functions compatible with the Opentrons API',
7
url='https://github.com/tanaes/opentrons_functions',
8
author='Jon G Sanders',
@@ -19,6 +19,7 @@
19
'Operating System :: POSIX :: Linux',
20
'Operating System :: MacOS :: MacOS X'
21
'Programming Language :: Python :: 3.5',
22
- 'Programming Language :: Python :: 3.6'
+ 'Programming Language :: Python :: 3.6',
23
+ 'Programming Language :: Python :: 3.7'
24
],
25
)
0 commit comments