setup.py
changeset 105 30d575fef7df
parent 102 cd4be162c775
child 118 391ad752903e
--- a/setup.py	Thu Oct 15 15:35:34 2015 +0200
+++ b/setup.py	Thu Oct 15 15:36:20 2015 +0200
@@ -25,7 +25,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 = []