Bump version for v0.3.8

This commit is contained in:
Jason Paryani
2013-08-29 16:46:03 -07:00
parent add49178f2
commit a546b3d73e

View File

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