This commit is contained in:
Charles Leifer 2019-09-03 22:37:50 -05:00
parent 8ca72a7a57
commit d376a2c5a6

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.3.0' VERSION = '0.4.0'
# define sqlite sources # define sqlite sources
sources = [os.path.join('src', source) sources = [os.path.join('src', source)