Bump version for v0.4.2

This commit is contained in:
Jason Paryani
2014-02-13 22:54:00 -08:00
parent a0668c1c9c
commit f05a4a6c45

View File

@@ -18,7 +18,7 @@ import os
MAJOR = 0 MAJOR = 0
MINOR = 4 MINOR = 4
MICRO = 1 MICRO = 2
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
def write_version_py(filename=None): def write_version_py(filename=None):