Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaes committed Aug 24, 2020
1 parent aa3ccec commit 4a99a53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='opentrons_functions',
version='0.1.0',
version='0.2.0',
description='A collection of functions compatible with the Opentrons API',
url='https://github.com/tanaes/opentrons_functions',
author='Jon G Sanders',
Expand All @@ -19,6 +19,7 @@
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS :: MacOS X'
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
],
)

0 comments on commit 4a99a53

Please sign in to comment.