Merge branch 'release/0.4.3' into develop

This commit is contained in:
Jason Paryani 2014-02-18 17:49:57 -08:00
commit df0961f36b

View file

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