From 8745db8ab1dfbb6dc579c3b41961e7996a82d4a1 Mon Sep 17 00:00:00 2001 From: chakcy <947105045@qq.com> Date: Tue, 4 Nov 2025 11:26:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab75933..c7ce9d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ description = "A high-performance, SQLite-based distributed task queue system wi name = "queue-sqlite" readme = "README.md" requires-python = ">=3.11" -version = "0.2.0" +version = "0.2.1" [project.optional-dependencies] pyside6 = ["qtpy", "PySide6"]