--- a/buildout.cfg Fri Feb 09 15:38:35 2018 +0100
+++ b/buildout.cfg Wed Mar 07 14:42:31 2018 +0100
@@ -69,4 +69,4 @@
eggs = pyams_file [test]
[versions]
-pyams_file = 0.1.12
+pyams_file = 0.1.13
--- a/setup.py Fri Feb 09 15:38:35 2018 +0100
+++ b/setup.py Wed Mar 07 14:42:31 2018 +0100
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.12'
+version = '0.1.13'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []