setup.py
changeset 15 00269ed7ab5e
parent 11 b3155bf5858e
child 24 fc5c69dafa53
--- a/setup.py	Tue Jan 19 10:33:11 2016 +0100
+++ b/setup.py	Tue Jan 19 10:35:32 2016 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.1'
+version = '0.1.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []