aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-05-22 13:21:11 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-05-22 13:21:11 +0300
commita825004a3a28f45445c4571ea79e90a1805ceab4 (patch)
tree041a00806ea543bdc2fa9f00ed5390bedb70b0a0 /pyproject.toml
parentcb6f01ba9f3e093d39a397275b778d5a08dbde8a (diff)
Version 0.4.1
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index aa4102c..6424077 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "femtoqueue"
-version = "0.4.0"
+version = "0.4.1"
description = "Ever wanted a zero-dependency, filesystem-backed, lock-free, durable, concurrent, retrying task queue implementation? No?"
readme = "README.md"
requires-python = ">=3.10"