Bump version for v0.3.15

This commit is contained in:
Jason Paryani 2013-09-19 21:28:39 -07:00
parent df07bfcbea
commit 4546efe395

View file

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