From 2ab5c65d5d6d42c988f848cc8b8eb275d526aa0b Mon Sep 17 00:00:00 2001 From: Jonathan Hogg Date: Mon, 16 Dec 2024 12:12:02 +0000 Subject: [PATCH] Prepare for another beta release --- src/flitter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flitter/__init__.py b/src/flitter/__init__.py index 45d87daf..21411b68 100644 --- a/src/flitter/__init__.py +++ b/src/flitter/__init__.py @@ -20,7 +20,7 @@ def setproctitle(title): pass -__version__ = "1.0.0b22" +__version__ = "1.0.0b23" LOGGING_LEVEL = "SUCCESS" LOGGING_FORMAT = "{time:HH:mm:ss.SSS} {extra[shortname]:25} | {level}: {message}"