We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33769fd commit da27597Copy full SHA for da27597
1 file changed
bip32/__init__.py
@@ -1,7 +1,7 @@
1
from .bip32 import BIP32
2
from .utils import BIP32DerivationError, HARDENED_INDEX
3
4
-__version__ = "0.0.7"
+__version__ = "0.0.8"
5
6
__all__ = [
7
"BIP32",
0 commit comments