Skip to content

Commit b099309

Browse files
committed
v0.4.2
1 parent ca43a79 commit b099309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/passwordlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
__email__ = None
3232
__status__ = "Prototype" # Prototype, Development, Production
3333
__description__ = "utility library to verify, hash, compare and more for passwords"
34-
__version_info__ = (0, 4, 1)
34+
__version_info__ = (0, 4, 2)
3535
__version__ = '.'.join(str(_) for _ in __version_info__)
3636

3737
from . import config

0 commit comments

Comments
 (0)