aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 987d4c1..a199e4b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,13 +1,16 @@
[project]
name = "femtoqueue"
-version = "0.1.3"
+version = "0.1.4"
description = "Ever wanted a zero-dependency, filesystem-backed, lock-free, durable, concurrent, retrying task queue implementation? No?"
readme = "README.md"
requires-python = ">=3.9"
dependencies = []
license = "Apache-2.0"
license-files = ["LICEN[CS]E*"]
-authors = [{ name = "Jan Tuomi", email = "jan@jantuomi.fi" }]
+authors = [
+ { name = "Jan Tuomi", email = "jan@jantuomi.fi" },
+ { name = "Panu Oksiala", email = "panu@oksiala.fi" },
+]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",