From db720fa51a61e8729424c5aa747d9baa70104795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Venegas=20Arrab=C3=A9?= <6904865+cavearr@users.noreply.github.com> Date: Sun, 1 Oct 2023 19:16:08 +0200 Subject: [PATCH] Update __init__.py Update version for new release --- apio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apio/__init__.py b/apio/__init__.py index 0e781627..cf9a3077 100644 --- a/apio/__init__.py +++ b/apio/__init__.py @@ -9,7 +9,7 @@ # - Information for the Distribution package # -------------------------------------------- -VERSION = (0, 8, 2) +VERSION = (0, 8, 3) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "apio"