Bump version for v0.3.11

This commit is contained in:
Jason Paryani
2013-09-01 01:20:27 -07:00
parent 8c0c557b9d
commit a1eca22686

View File

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