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"]