From e80cd60c46de5e93aa0cb2384d3bf8841d118c75 Mon Sep 17 00:00:00 2001 From: Obijuan Date: Tue, 20 Jul 2021 08:48:35 +0200 Subject: [PATCH] version bumped to 0.7.3 --- apio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apio/__init__.py b/apio/__init__.py index 8fbc1cca..276ed63f 100644 --- a/apio/__init__.py +++ b/apio/__init__.py @@ -9,7 +9,7 @@ # - Information for the Distribution package # -------------------------------------------- -VERSION = (0, 7, 2) +VERSION = (0, 7, 3) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "apio"