Skip to content

Commit 4a99a53

Browse files
committed
updated setup.py
1 parent aa3ccec commit 4a99a53

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='opentrons_functions',
5-
version='0.1.0',
5+
version='0.2.0',
66
description='A collection of functions compatible with the Opentrons API',
77
url='https://github.com/tanaes/opentrons_functions',
88
author='Jon G Sanders',
@@ -19,6 +19,7 @@
1919
'Operating System :: POSIX :: Linux',
2020
'Operating System :: MacOS :: MacOS X'
2121
'Programming Language :: Python :: 3.5',
22-
'Programming Language :: Python :: 3.6'
22+
'Programming Language :: Python :: 3.6',
23+
'Programming Language :: Python :: 3.7'
2324
],
2425
)

0 commit comments

Comments
 (0)