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__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bcrypt/__about__.py b/src/bcrypt/__about__.py
index 0b80173..0d9b6bf 100644
--- a/src/bcrypt/__about__.py
+++ b/src/bcrypt/__about__.py
@@ -32,10 +32,10 @@ __title__ = "bcrypt"
__summary__ = "Modern password hashing for your software and your servers"
__uri__ = "https://github.com/pyca/bcrypt/"
-__version__ = "3.1.8.dev1"
+__version__ = "3.2.0"
__author__ = "The Python Cryptographic Authority developers"
__email__ = "cryptography-dev@python.org"
__license__ = "Apache License, Version 2.0"
-__copyright__ = "Copyright 2013-2019 {0}".format(__author__)
+__copyright__ = "Copyright 2013-2020 {0}".format(__author__)