Merge branch 'release/0.3.2' into develop

This commit is contained in:
Jason Paryani
2013-08-21 18:20:44 -07:00

View File

@@ -13,7 +13,7 @@ import os
MAJOR = 0 MAJOR = 0
MINOR = 3 MINOR = 3
MICRO = 1 MICRO = 2
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)