increment version

This commit is contained in:
Chad Smith 2017-01-22 18:14:49 -08:00 committed by Chad Smith
parent 7046a99370
commit ddfa902775

View file

@ -2,7 +2,7 @@ from setuptools import find_packages, setup, Command
import sys
EXCLUDE_FROM_PACKAGES = []
version = '0.5201'
version = '0.7'
class TestCommand (Command):