From e37434f9503cf51b89b6e3cf561e6ec418543928 Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Fri, 9 Aug 2019 14:00:44 -0500 Subject: [PATCH] 0.3.0 Brought up to match pysqlite3. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e294a2..c1384c8 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.1.1' +VERSION = '0.3.0' # define sqlite sources sources = [os.path.join('src', source)