setup.py
changeset 6 a6c84f9c03d3
parent 0 b3d96ac70a99
child 11 85506e4365c5
--- a/setup.py	Mon Jan 18 18:50:57 2016 +0100
+++ b/setup.py	Mon Jan 18 18:52:05 2016 +0100
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.0'
+version = '0.1.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []