Merge branch 'release/0.3.5' into develop

This commit is contained in:
Jason Paryani 2013-08-25 17:53:47 -07:00
commit 62d55e55f6

View file

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