From 0f9c940c6dcf238a9a51046f9d6e440b35f29512 Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Wed, 21 Aug 2024 09:59:05 -0500 Subject: [PATCH] 0.5.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b7df28..ec08dc0 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ # If you need to change anything, it should be enough to change setup.cfg. PACKAGE_NAME = 'sqlcipher3' -VERSION = '0.5.2' +VERSION = '0.5.3' # define sqlite sources sources = [os.path.join('src', source)