diff --git a/apio/__init__.py b/apio/__init__.py index 7ef3cfa6..c1c6a718 100644 --- a/apio/__init__.py +++ b/apio/__init__.py @@ -11,7 +11,7 @@ # -------------------------------------------- # -- Developer: Change this number when releasing a new version -VERSION = (0, 9, 5) +VERSION = (0, 9, 6) # -- Get the version as a string. Ex: "0.10.1" __version__ = ".".join([str(s) for s in VERSION])