We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb0984 commit f0433d5Copy full SHA for f0433d5
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.6"
+__version__ = "0.0.7"
5
6
__all__ = [
7
"BIP32",
0 commit comments