From 094a43a5ed8dbda70962909dacde157f2583226d Mon Sep 17 00:00:00 2001 From: Obijuan Date: Wed, 1 May 2024 09:50:21 +0200 Subject: [PATCH] version bumped to 0.9.5 --- apio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apio/__init__.py b/apio/__init__.py index 3787c81a..7ef3cfa6 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, 4) +VERSION = (0, 9, 5) # -- Get the version as a string. Ex: "0.10.1" __version__ = ".".join([str(s) for s in VERSION])