aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-05-22 12:22:28 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-05-22 12:22:28 +0300
commit201ab19b0204e8f7b9d7f1c4e95cd9a9ae7382d6 (patch)
treed862333b60567b92de33d7cd85abf066df30d3cb
parenta9df56add060b6dab4f20ba1f6af42cf540c4bb4 (diff)
Version 0.4.0
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 20ababc..aa4102c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "femtoqueue"
-version = "0.3.0"
+version = "0.4.0"
description = "Ever wanted a zero-dependency, filesystem-backed, lock-free, durable, concurrent, retrying task queue implementation? No?"
readme = "README.md"
requires-python = ">=3.10"