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