From c1b6f74f056e289e1d1711892ed3c313880d8eff Mon Sep 17 00:00:00 2001 From: chrisoro <4160557+chrisoro@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:40:08 +0200 Subject: [PATCH] 5.7.12 release (#379) --- src/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__init__.py b/src/__init__.py index f9c9aa32..2a030d1a 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -2,4 +2,4 @@ TP = concurrent.futures.ThreadPoolExecutor() -__version__ = "5.7.11" +__version__ = "5.7.12"