bump version to 0.2.0

Initial execution flow functions!
This commit is contained in:
Thomas S Hatch 2012-05-19 23:35:24 -06:00
parent 63defc3679
commit dc6dc43e13

View File

@ -1,2 +1,2 @@
__version_info__ = (0, 1)
__version_info__ = (0, 2)
__version__ = '.'.join(map(str, __version_info__))