Bump version for v0.3.6

This commit is contained in:
Jason Paryani
2013-08-26 10:09:53 -07:00
parent 5001726e02
commit dc90acd57a

View File

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