diff --git a/apio/__init__.py b/apio/__init__.py index e30119d5..41b1a8ca 100644 --- a/apio/__init__.py +++ b/apio/__init__.py @@ -9,7 +9,7 @@ # - Information for the Distribution package # -------------------------------------------- -VERSION = (0, 6, 5) +VERSION = (0, 6, 6) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "apio"