From 5acf247d8023ff6761593b9d0954bdd912d20aed Mon Sep 17 00:00:00 2001 From: Simon Blanke Date: Wed, 7 Jul 2021 14:23:00 +0200 Subject: [PATCH] v3.2.4 --- hyperactive/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperactive/__init__.py b/hyperactive/__init__.py index 94a52d65..b4b7fe1d 100644 --- a/hyperactive/__init__.py +++ b/hyperactive/__init__.py @@ -2,7 +2,7 @@ # Email: simon.blanke@yahoo.com # License: MIT License -__version__ = "3.2.3" +__version__ = "3.2.4" __license__ = "MIT"