diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-05-15 13:06:04 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-05-15 13:06:04 +0300 |
| commit | c7c9e67a6d6f2874f104df2881f4171b1664b834 (patch) | |
| tree | e74daf75b9c7ae47dce78518deff78cb38d57d64 /pyproject.toml | |
| parent | 3de71d936f28a305e18bdc98bf136b1d2c643eea (diff) | |
Version 0.2.0
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e4a8db0..a8c9751 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "femtoqueue" -version = "0.1.6" +version = "0.2.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" |
