From 50186836e02fa9e2992496667e7034d3c4f2ed4a Mon Sep 17 00:00:00 2001 From: Obijuan Date: Wed, 12 Jun 2024 19:25:35 +0200 Subject: [PATCH] Develop: version bumped to 0.9.6 --- apio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])