Add wheel for 3.9.
This commit is contained in:
Charles Leifer 2020-12-22 15:09:30 +00:00
parent 7d4e2f4edd
commit 2748334ffd
2 changed files with 5 additions and 1 deletions

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