We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca43a79 commit b099309Copy full SHA for b099309
src/passwordlib/__init__.py
@@ -31,7 +31,7 @@
31
__email__ = None
32
__status__ = "Prototype" # Prototype, Development, Production
33
__description__ = "utility library to verify, hash, compare and more for passwords"
34
-__version_info__ = (0, 4, 1)
+__version_info__ = (0, 4, 2)
35
__version__ = '.'.join(str(_) for _ in __version_info__)
36
37
from . import config
0 commit comments