NO BUG - Bump version of mach to 0.6

DONTBUILD (NPOTB)
This commit is contained in:
Gregory Szorc
2016-05-02 13:36:33 -07:00
parent 1ea04f7bcc
commit 93907bb875

View File

@@ -8,7 +8,7 @@ except:
from distutils.core import setup
VERSION = '0.3'
VERSION = '0.6'
README = open('README.rst').read()