From 6ebb6d84fd224e667bf7345a8660d5e0c08feb06 Mon Sep 17 00:00:00 2001 From: shloktech Date: Sat, 27 Dec 2025 17:51:04 +0530 Subject: [PATCH] Adding pypi version with 100 percent test case --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f43c65..0fa8f6a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="keyedstablehash", - version="0.0.4", + version="0.0.5", description="Stable, keyed hashing for Python objects and columnar data. Think `stablehash`, but with SipHash-like keyed PRF semantics so hashes are deterministic for a given key and resistant to adversarial inputs.", long_description=open("Readme.md", encoding="utf-8").read(), long_description_content_type="text/markdown",