This commit is contained in:
Charles Leifer 2022-12-01 16:30:34 -06:00
parent 96b66867da
commit d4e5f37c07

View file

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