diff --git a/automatoes/__init__.py b/automatoes/__init__.py index 5043a9e..2640273 100644 --- a/automatoes/__init__.py +++ b/automatoes/__init__.py @@ -16,7 +16,7 @@ # limitations under the License. __author__ = "Flavio Garcia " -__version__ = (0, 9, 8) +__version__ = (0, 9, 9) __licence__ = "Apache License V2.0"