From 1e0e8a91cd5c441865f6c474a5b85ba07c566b91 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 1 May 2022 10:20:29 -0600 Subject: [PATCH] re-open main (#308) --- src/bcrypt/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bcrypt/__about__.py b/src/bcrypt/__about__.py index 8c16ace..440c5a7 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__ = "4.0.0.dev1" __author__ = "The Python Cryptographic Authority developers" __email__ = "cryptography-dev@python.org"