From 2f50b05798719f1e71e19146f7810e9dadcb1f2e Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Fri, 15 Sep 2023 08:00:32 -0500 Subject: [PATCH] 0.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc10d13..dd073e1 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from setuptools import Extension # If you need to change anything, it should be enough to change setup.cfg. PACKAGE_NAME = 'sqlcipher3' -VERSION = '0.5.1' +VERSION = '0.5.2' # define sqlite sources sources = [os.path.join('src', source)