Merge branch 'release/0.3.1' into develop

This commit is contained in:
Jason Paryani 2013-08-21 17:53:00 -07:00
commit b13cf4f483

View file

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