This commit is contained in:
Charles Leifer 2023-09-15 08:00:32 -05:00
parent e5f01bddd8
commit 2f50b05798

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