summaryrefslogtreecommitdiff
path: root/src/bcrypt/__about__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/bcrypt/__about__.py')
-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 8c16ace..8bcee8d 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__ = "3.2.1"
+__version__ = "3.2.2"
__author__ = "The Python Cryptographic Authority developers"
__email__ = "cryptography-dev@python.org"