setup: Bump to 0.0.4.

This commit is contained in:
Daniele Sluijters
2014-01-21 15:13:02 +01:00
parent c52da03f60
commit aabd82a08e

View File

@@ -9,7 +9,7 @@ if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload') os.system('python setup.py sdist upload')
sys.exit() sys.exit()
VERSION = "0.0.3" VERSION = "0.0.4"
with codecs.open('README.rst', encoding='utf-8') as f: with codecs.open('README.rst', encoding='utf-8') as f:
README = f.read() README = f.read()