Brought up to match pysqlite3.
This commit is contained in:
Charles Leifer 2019-08-09 14:00:44 -05:00
parent 0c645d2850
commit e37434f950

View file

@ -13,7 +13,7 @@ from setuptools import Extension
# If you need to change anything, it should be enough to change setup.cfg. # If you need to change anything, it should be enough to change setup.cfg.
PACKAGE_NAME = 'sqlcipher3' PACKAGE_NAME = 'sqlcipher3'
VERSION = '0.1.1' VERSION = '0.3.0'
# define sqlite sources # define sqlite sources
sources = [os.path.join('src', source) sources = [os.path.join('src', source)