From 2aae5f4035039437cfd8417df0c41b09149bebb1 Mon Sep 17 00:00:00 2001 From: Simon Blanke Date: Sun, 22 Oct 2023 19:51:38 +0200 Subject: [PATCH] v4.6.0 --- hyperactive/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperactive/__init__.py b/hyperactive/__init__.py index 5d50281c..3f43b920 100644 --- a/hyperactive/__init__.py +++ b/hyperactive/__init__.py @@ -2,7 +2,7 @@ # Email: simon.blanke@yahoo.com # License: MIT License -__version__ = "4.5.0" +__version__ = "4.6.0" __license__ = "MIT"