setup.py
changeset 21 ec814fadbd27
parent 17 4d9c23cdfa82
child 24 93339eaa318b
--- a/setup.py	Mon Sep 11 14:55:53 2017 +0200
+++ b/setup.py	Mon Sep 11 15:11:36 2017 +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 = []