Bump version for v0.3.13

This commit is contained in:
Jason Paryani
2013-09-04 10:39:38 -07:00
parent f51c34361d
commit 6c65eddbc1

View File

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