--- a/buildout.cfg Wed May 15 23:42:24 2013 +0200
+++ b/buildout.cfg Fri May 24 11:40:47 2013 +0200
@@ -38,4 +38,4 @@
eggs = ztfy.utils [test]
[versions]
-ztfy.utils = 0.4.3
+ztfy.utils = 0.4.4
--- a/setup.py Wed May 15 23:42:24 2013 +0200
+++ b/setup.py Fri May 24 11:40:47 2013 +0200
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.4.3'
+version = '0.4.4'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [