summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-06-12 16:22:44 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-06-12 16:22:44 -0500
commitf204d426bd4c364e80c6b59b27a12aaf48d6bb23 (patch)
treeb4f0ebd0c33e40219aed7d9dd82be9e98282d78b
parent2a0e2a67918f42088c90a51500c661e9f891c7d4 (diff)
parent30c7d719fa053f37446c4fab912134161b7c9499 (diff)
downloadpy-bcrypt-git-2.0.0.tar.gz
Merge pull request #44 from dstufft/bump-version22.0.0
Bump version to 2.0.0
-rw-r--r--src/bcrypt/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bcrypt/__about__.py b/src/bcrypt/__about__.py
index d526fe7..6456a01 100644
--- a/src/bcrypt/__about__.py
+++ b/src/bcrypt/__about__.py
@@ -26,7 +26,7 @@ __title__ = "bcrypt"
__summary__ = "Modern password hashing for your software and your servers"
__uri__ = "https://github.com/pyca/bcrypt/"
-__version__ = "1.1.1"
+__version__ = "2.0.0"
__author__ = "Donald Stufft"
__email__ = "donald@stufft.io"