Skip to content

Commit b00c144

Browse files
committed
Bump version 0.2.0 → 0.2.1
Bug fixes and improvements -------------------------- * Relax version constraints of `argon2-cffi` and `bcrypt` dependencies. Thanks @MrNaif2018 🎉 * Fix error message typo. Thanks @Tchez 🎉
1 parent 0b593d6 commit b00c144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwdlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Modern password hashing for Python"""
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.2.1"
44

55
from ._hash import PasswordHash
66

0 commit comments

Comments
 (0)