aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-05-14 19:00:02 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-05-14 19:00:02 +0300
commit8dcf1e090f1b0c020749c8bfb52eef679c97e1c4 (patch)
treec671a3c1564cb5b11cf920bd1a92f29555894351
parent556b1376c4189e8512a3a129c0178f6f66258927 (diff)
Version 0.1.5
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a199e4b..3ef1ac6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "femtoqueue"
-version = "0.1.4"
+version = "0.1.5"
description = "Ever wanted a zero-dependency, filesystem-backed, lock-free, durable, concurrent, retrying task queue implementation? No?"
readme = "README.md"
requires-python = ">=3.9"