setup.py
changeset 26 b8bfdb200416
parent 23 a94173c4f60f
child 31 4b0e0e3c1e59
--- a/setup.py	Thu Apr 21 17:29:20 2016 +0200
+++ b/setup.py	Thu Apr 21 17:36:06 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 = []