Skip to content

Commit

Permalink
Bump version 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
First release 🎉
---------------

[README](https://github.com/frankie567/pwdlib#pwdlib)
  • Loading branch information
frankie567 committed Feb 13, 2024
1 parent 7288ddb commit 84e3659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwdlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Modern password hashing for Python"""

__version__ = "0.0.0"
__version__ = "0.1.0"

from ._hash import PasswordHash

Expand Down

0 comments on commit 84e3659

Please sign in to comment.