Bump version for v0.3.9

This commit is contained in:
Jason Paryani
2013-08-30 23:14:30 -07:00
parent 3772198e82
commit 0529c336c0

View File

@@ -18,7 +18,7 @@ import os
MAJOR = 0 MAJOR = 0
MINOR = 3 MINOR = 3
MICRO = 8 MICRO = 9
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):