fix stupidity in pyproject.toml

Commit 0d25ee6 · patx · 2025-12-10T21:12:07-05:00

Changeset
0d25ee698a0ef7adc239fa4d230ea460fa807a03
Parents
f5f89936fcef2427917ddcada3b3ec7d6b69aacd

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/pyproject.toml b/pyproject.toml
index bf9dea3..1dd09ba 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,8 +4,8 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "pickledb"
-version = "1.4.1"
-description = "An ultra micro ASGI web framework"
+version = "1.4.1.1"
+description = "An in-memory key-value store using orjson."
 keywords = ["pickle", "database", "json", "redis", "asyncio"]
 readme = "README.md"
 authors = [{ name = "Harrison Erd", email = "[email protected]" }]