0.5.1
This commit is contained in:
parent
5a97877e14
commit
d2b5458d95
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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.0'
|
VERSION = '0.5.1'
|
||||||
|
|
||||||
# define sqlite sources
|
# define sqlite sources
|
||||||
sources = [os.path.join('src', source)
|
sources = [os.path.join('src', source)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue