Skip to content

Commit

Permalink
Update btcrpass.py
Browse files Browse the repository at this point in the history
  • Loading branch information
3rdIteration authored Apr 20, 2020
1 parent a55c4c4 commit f7419d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btcrecover/btcrpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# (all optional futures for 2.7)
from __future__ import print_function, absolute_import, division, unicode_literals

__version__ = "1.0-Python2"
__version__ = "1.0-Python2-CryptoGuide"
__ordering_version__ = b"0.6.4" # must be updated whenever password ordering changes
disable_security_warnings = True

Expand Down

0 comments on commit f7419d8

Please sign in to comment.