From bf8beede871894ac22a2f7a5b67b65778ff6ae82 Mon Sep 17 00:00:00 2001 From: polyrand <37962604+polyrand@users.noreply.github.com> Date: Thu, 8 Aug 2024 23:24:35 +0200 Subject: [PATCH] version bump --- litequeue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litequeue.py b/litequeue.py index bdbf4e0..76635e3 100644 --- a/litequeue.py +++ b/litequeue.py @@ -19,7 +19,7 @@ if sys.version_info >= (3, 10): _DKW["slots"] = True -__version__ = "0.8" +__version__ = "0.9" # Extracted from https://github.com/stevesimmons/uuid7 under MIT license