diff --git a/btcrecover/btcrpass.py b/btcrecover/btcrpass.py index d762b7bc..74ae73c7 100644 --- a/btcrecover/btcrpass.py +++ b/btcrecover/btcrpass.py @@ -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