Skip to content

Commit 84e3659

Browse files
committed
Bump version 0.0.0 → 0.1.0
First release 🎉 --------------- [README](https://github.com/frankie567/pwdlib#pwdlib)
1 parent 7288ddb commit 84e3659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwdlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Modern password hashing for Python"""
22

3-
__version__ = "0.0.0"
3+
__version__ = "0.1.0"
44

55
from ._hash import PasswordHash
66

0 commit comments

Comments
 (0)