diff setup.py @ 5:b407681e6f2c

fix parameter type
author Jeff Hammel <k0scist@gmail.com>
date Tue, 23 Aug 2016 16:36:39 -0700
parents d1880117acb5
children
line wrap: on
line diff
--- a/setup.py	Tue Aug 23 16:29:13 2016 -0700
+++ b/setup.py	Tue Aug 23 16:36:39 2016 -0700
@@ -7,7 +7,7 @@
 except IOError:
     description = None
 
-version = '0.1.1'
+version = '0.1.2'
 
 deps = []