bump version for PYPI

This commit is contained in:
Honza Kral
2013-09-24 18:40:35 +02:00
parent 6d35a78751
commit f60e340f0c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import sys
VERSION = (0, 4)
VERSION = (0, 4, 1)
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))