This commit is contained in:
Charles Leifer 2020-01-30 14:23:04 +00:00
parent 4c077cdef6
commit 030818f448
3 changed files with 7 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.0'
VERSION = '0.4.1'
# define sqlite sources
sources = [os.path.join('src', source)