From 2d4a1c3df2fe5ba0b17ab234f2865ca1f6d846c6 Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Wed, 20 May 2020 16:57:43 +0000 Subject: [PATCH] 0.4.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b5d6e2..c4280f6 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.4.1' +VERSION = '0.4.2' # define sqlite sources sources = [os.path.join('src', source)