From 4d752cd73fe153fad55fe02487b92376f90dc676 Mon Sep 17 00:00:00 2001 From: laggykiller Date: Tue, 26 Aug 2025 05:38:48 +0800 Subject: [PATCH] 0.5.5.post0 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7eb7ac8..5926a79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sqlcipher3-wheels" -version = "0.5.5" +version = "0.5.5.post0" description = "DB-API 2.0 interface for SQLCipher 3.x" readme = { content-type = "text/markdown", file = "README.md" } authors = [ diff --git a/setup.py b/setup.py index 481a5d3..a5ceecc 100644 --- a/setup.py +++ b/setup.py @@ -214,7 +214,7 @@ if __name__ == "__main__": # With pyproject.toml, all are not necessary except ext_modules # However, they are kept for building python 3.6 wheels name="sqlcipher3-wheels", - version="0.5.5", + version="0.5.5.post0", package_dir={"sqlcipher3": "sqlcipher3"}, packages=["sqlcipher3"], ext_modules=[module],