We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7288ddb commit 84e3659Copy full SHA for 84e3659
pwdlib/__init__.py
@@ -1,6 +1,6 @@
1
"""Modern password hashing for Python"""
2
3
-__version__ = "0.0.0"
+__version__ = "0.1.0"
4
5
from ._hash import PasswordHash
6
0 commit comments