Bump version to v0.5.4

This commit is contained in:
Jason Paryani
2015-03-02 14:15:21 -08:00
parent 6c84789799
commit 153575d9b0

View File

@@ -14,7 +14,7 @@ _this_dir = os.path.dirname(__file__)
MAJOR = 0
MINOR = 5
MICRO = 3
MICRO = 4
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)