Skip to content

Commit

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

__version__ = "0.8.1-CryptoGuide"
__version__ = "1.0-Python2-CryptoGuide"
disable_security_warnings = True

from . import btcrpass
Expand Down

0 comments on commit a55c4c4

Please sign in to comment.