This commit is contained in:
Charles Leifer 2020-11-19 02:57:18 +00:00
parent d354b48238
commit a5a5cf6692

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