diff --git a/setup.py b/setup.py index 2d33519e..f922873d 100644 --- a/setup.py +++ b/setup.py @@ -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",