re-open main (#308)

This commit is contained in:
Alex Gaynor 2022-05-01 10:20:29 -06:00 committed by GitHub
parent 0df855d4ad
commit 1e0e8a91cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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__ = "4.0.0.dev1"
__author__ = "The Python Cryptographic Authority developers"
__email__ = "cryptography-dev@python.org"