summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",