From c70eea794bc7dc6c8428ea428c9b10e8a9c3d9e6 Mon Sep 17 00:00:00 2001 From: chrisoro <4160557+chrisoro@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:26:42 +0200 Subject: [PATCH] 5.7.11 release --- src/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index 2c1cb92b..f9c9aa32 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -2,4 +2,4 @@ TP = concurrent.futures.ThreadPoolExecutor() -__version__ = "5.7.10" +__version__ = "5.7.11"