summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-10-03 15:55:42 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-10-03 15:55:42 -0400
commit7d2faa4d5df2468d14c8bc8b9b0876824e1a2ac0 (patch)
tree08c8bf605dd6024d1e348095cdaeeed2a3677c96
parenta8556e6071bd651761eb456d340648c764b5e0e2 (diff)
update to 2.6.72.6.7
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1ad91b9..b1b38a0 100644
--- a/setup.py
+++ b/setup.py
@@ -309,7 +309,7 @@ def get_setup_args():
PYSQLITE_VERSION += "-%s" % PATCH_VERSION
# Need to bump minor version, patch handled badly.
- PYSQLCIPHER_VERSION = "2.6.6"
+ PYSQLCIPHER_VERSION = "2.6.7"
setup_args = dict(
name="pysqlcipher",