Bump version for v0.3.16

This commit is contained in:
Jason Paryani 2013-10-28 13:43:10 -07:00
parent dd19ccd44b
commit 867df19a51

View file

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