Skip to content

Commit 7101ca4

Browse files
committed
Bump version
1 parent 0e13019 commit 7101ca4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

btcrecover/addressset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# along with this program. If not, see http://www.gnu.org/licenses/
1919

2020

21-
__version__ = "1.10.0-CryptoGuide"
21+
__version__ = "1.12.0-CryptoGuide"
2222

2323
import struct, base64, io, mmap, ast, itertools, sys, gc, glob, math
2424
from os import path

btcrecover/btcrpass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# TODO: put everything in a class?
2323
# TODO: pythonize comments/documentation
2424

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

btcrecover/btcrseed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# TODO: finish pythonizing comments/documentation
2121

22-
__version__ = "1.11.0-CryptoGuide"
22+
__version__ = "1.12.0-CryptoGuide"
2323

2424
disable_security_warnings = True
2525

0 commit comments

Comments
 (0)