From 0c1898062656c4a6ce776ef6e693ef3120e333c5 Mon Sep 17 00:00:00 2001 From: obijuan Date: Sat, 26 Jun 2021 13:18:54 +0200 Subject: [PATCH] Version bumped to 0.6.6 --- apio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apio/__init__.py b/apio/__init__.py index e30119d5..41b1a8ca 100644 --- a/apio/__init__.py +++ b/apio/__init__.py @@ -9,7 +9,7 @@ # - Information for the Distribution package # -------------------------------------------- -VERSION = (0, 6, 5) +VERSION = (0, 6, 6) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "apio"