Skip to content

Commit

Permalink
Updated Version to 3.2post2 due to previous build issue
Browse files Browse the repository at this point in the history
Signed-off-by: David Rebbe <[email protected]>
  • Loading branch information
drebbe-intrepid committed Sep 18, 2019
1 parent 1809d84 commit 96d40ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def read(fname):
extra_compile_args=compile_args)

setup (name = 'python_ics',
version = '%d.%d' % (MAJOR_VERSION, MINOR_VERSION),
version = '%d.%d-2' % (MAJOR_VERSION, MINOR_VERSION),
description = 'Library for interfacing with Intrepid devices in Python',
long_description = read('README.md'),
license = "MIT",
Expand Down

0 comments on commit 96d40ab

Please sign in to comment.