--- a/buildout.cfg Sun Mar 03 23:20:19 2013 +0100
+++ b/buildout.cfg Wed Apr 10 16:39:03 2013 +0200
@@ -38,4 +38,4 @@
eggs = ztfy.utils [test]
[versions]
-ztfy.utils = 0.4.0
+ztfy.utils = 0.4.1
--- a/setup.py Sun Mar 03 23:20:19 2013 +0100
+++ b/setup.py Wed Apr 10 16:39:03 2013 +0200
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.4.0'
+version = '0.4.1'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = [