diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2022-10-07 18:02:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-07 16:02:57 -0700 |
| commit | 98141be0809acd4accd1193f2c3b8cb9e29f022a (patch) | |
| tree | 39784ea7f97e2e1891e16824671fdc8ba02545a9 /src | |
| parent | a9daceec8bd89f568cf051141b3232154650f79e (diff) | |
| download | py-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__.py | 2 |
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" |
