aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-05-14 15:10:46 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-05-14 15:12:21 +0300
commitfa1e288a8cea3d8bee44823f6ed887e40b1ecdf8 (patch)
treed17c6b13ba72128040e08124cefcc717f63db22f /pyproject.toml
parentf1604690aa3f18e76a17dc457dcc6cb42841629a (diff)
Version 0.1.3
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 04769af..987d4c1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "femtoqueue"
-version = "0.1.2"
+version = "0.1.3"
description = "Ever wanted a zero-dependency, filesystem-backed, lock-free, durable, concurrent, retrying task queue implementation? No?"
readme = "README.md"
requires-python = ">=3.9"