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