summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2022-10-07 18:02:57 -0500
committerGitHub <noreply@github.com>2022-10-07 16:02:57 -0700
commit98141be0809acd4accd1193f2c3b8cb9e29f022a (patch)
tree39784ea7f97e2e1891e16824671fdc8ba02545a9 /src
parenta9daceec8bd89f568cf051141b3232154650f79e (diff)
downloadpy-bcrypt-git-98141be0809acd4accd1193f2c3b8cb9e29f022a.tar.gz
Bump for 4.0.1 release (#437)4.0.1
Diffstat (limited to 'src')
-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 423e14d..020b748 100644
--- a/src/bcrypt/__about__.py
+++ b/src/bcrypt/__about__.py
@@ -32,7 +32,7 @@ __title__ = "bcrypt"
__summary__ = "Modern password hashing for your software and your servers"
__uri__ = "https://github.com/pyca/bcrypt/"
-__version__ = "4.0.0"
+__version__ = "4.0.1"
__author__ = "The Python Cryptographic Authority developers"
__email__ = "cryptography-dev@python.org"