Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
3rdIteration committed Jun 19, 2023
1 parent 0e13019 commit 7101ca4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion btcrecover/addressset.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with this program. If not, see http://www.gnu.org/licenses/


__version__ = "1.10.0-CryptoGuide"
__version__ = "1.12.0-CryptoGuide"

import struct, base64, io, mmap, ast, itertools, sys, gc, glob, math
from os import path
Expand Down
2 changes: 1 addition & 1 deletion btcrecover/btcrpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# TODO: put everything in a class?
# TODO: pythonize comments/documentation

__version__ = "1.11.0-Cryptoguide"
__version__ = "1.12.0-Cryptoguide"
__ordering_version__ = b"0.6.4" # must be updated whenever password ordering changes
disable_security_warnings = True

Expand Down
2 changes: 1 addition & 1 deletion btcrecover/btcrseed.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# TODO: finish pythonizing comments/documentation

__version__ = "1.11.0-CryptoGuide"
__version__ = "1.12.0-CryptoGuide"

disable_security_warnings = True

Expand Down

0 comments on commit 7101ca4

Please sign in to comment.