summaryrefslogtreecommitdiff
path: root/src/bcrypt
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-06-28 10:42:37 -0500
committerlvh <_@lvh.io>2016-06-28 10:42:37 -0500
commit4301291ce683076d3ca92e000718e27855069219 (patch)
tree4ef197d6dedf7d3b9ff4b9d6ae75c3db4dec5a0b /src/bcrypt
parente565dad5de5858cdbb60429398291227b48a8fcc (diff)
downloadpy-bcrypt-git-4301291ce683076d3ca92e000718e27855069219.tar.gz
bump version to 3.0.0 (#72)3.0.0
Diffstat (limited to 'src/bcrypt')
-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 cb68fb3..e7fc766 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__ = "3.0.0.dev1"
+__version__ = "3.0.0"
__author__ = "The Python Cryptographic Authority developers"
__email__ = "cryptography-dev@python.org"