setup.py
changeset 27 be3984675d3f
parent 19 25e455568b00
child 81 3e37d4dd8e3b
--- a/setup.py	Thu Apr 21 18:13:54 2016 +0200
+++ b/setup.py	Thu Apr 21 18:21:02 2016 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.2'
+version = '0.1.3'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []