Skip to content

Commit 1ce63b9

Browse files
committed
bip32: bump version
1 parent 1bc710d commit 1ce63b9

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.2"
4+
__version__ = "0.0.3"
55

66
__all__ = [
77
"BIP32",

0 commit comments

Comments
 (0)