Skip to content

Commit ee13756

Browse files
committed
Merge Pull Request #24 "Release 2.1"
2 parents 4152653 + 2fb2a84 commit ee13756

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.1
2+
3+
- Two new methods were added: `get_xpub_bytes()` and `get_xpriv_bytes()`
4+
15
# 2.0
26

37
This is a breaking release.

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, PrivateDerivationError, InvalidInputError
22
from .utils import BIP32DerivationError, HARDENED_INDEX
33

4-
__version__ = "2.0"
4+
__version__ = "2.1"
55

66
__all__ = [
77
"BIP32",

0 commit comments

Comments
 (0)