Bump version for v0.3.10

This commit is contained in:
Jason Paryani
2013-09-01 01:19:03 -07:00
parent f6f02a5ca5
commit a5bc2db988

View File

@@ -18,7 +18,7 @@ import os
MAJOR = 0
MINOR = 3
MICRO = 9
MICRO = 10
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
def write_version_py(filename=None):