Bump version for v0.4.4

This commit is contained in:
Jason Paryani
2014-04-25 11:04:08 -07:00
parent d8e109c55a
commit 826443b306

View File

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