Skip to content

Commit da27597

Browse files
committed
bip32: bump version
For m/the/human/derivation/path/feature/ Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
1 parent 33769fd commit da27597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bip32/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .bip32 import BIP32
22
from .utils import BIP32DerivationError, HARDENED_INDEX
33

4-
__version__ = "0.0.7"
4+
__version__ = "0.0.8"
55

66
__all__ = [
77
"BIP32",

0 commit comments

Comments
 (0)