Bump version from 1.5 to 1.6

Commit 3c97641 · Harrison Erd · 2026-01-04T23:47:38-05:00

Changeset
3c97641dfb5b3bc58b36e58ee7f1fd3ca31f5c61
Parents
c17988cddb24def1abecc3e0c67e8f84245c46f6

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/pyproject.toml b/pyproject.toml
index b246641..86695e1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "pickledb"
-version = "1.5"
+version = "1.6"
 description = "An in-memory key-value store using orjson."
 keywords = ["pickle", "database", "json", "redis", "asyncio", "sqlite"]
 readme = "README.md"