diff --git a/automaton/__init__.py b/automaton/__init__.py index 7a8528c..bc60057 100644 --- a/automaton/__init__.py +++ b/automaton/__init__.py @@ -54,6 +54,6 @@ 'patch', )) -VERSION_INFO = VersionInfo(major=0, minor=1, patch=0) +VERSION_INFO = VersionInfo(major=0, minor=2, patch=0) VERSION = '.'.join(str(v) for v in VERSION_INFO)