From 3ae8aaf77cf3f4084c6ea345271e29ca6587ad13 Mon Sep 17 00:00:00 2001 From: laggykiller Date: Sat, 19 Jul 2025 19:50:10 +0800 Subject: [PATCH] 0.5.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af30f48..686c33b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sqlcipher3-wheels" -version = "0.5.4.post0" +version = "0.5.5" description = "DB-API 2.0 interface for SQLCipher 3.x" readme = { content-type = "text/markdown", file = "README.md" } authors = [{ name = "Charles Leifer", email = "coleifer@gmail.com" }]