Merge branch 'release/0.3.4' into develop

This commit is contained in:
Jason Paryani 2013-08-22 17:49:06 -07:00
commit 39e93ae4f8

View file

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