Bump version to 0.4.0

This commit is contained in:
Jason Paryani
2013-12-12 11:56:31 -08:00
parent f9bb12bff9
commit c322ea3a4c

View File

@@ -19,7 +19,7 @@ import os
MAJOR = 0
MINOR = 4
MICRO = 0
VERSION = '%d.%d.%d-dev' % (MAJOR, MINOR, MICRO)
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
def write_version_py(filename=None):
cnt = """\