Bump version to v0.5.3

This commit is contained in:
Jason Paryani
2015-02-23 11:23:39 -08:00
parent b2daf3911d
commit 7dc6f28ed9
2 changed files with 6 additions and 1 deletions

View File

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