This commit is contained in:
Charles Leifer 2019-08-07 11:02:51 -05:00
parent 9b2f2bf97c
commit 692eb3b870

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