Skip to content

Commit 4777ae2

Browse files
committed
Release version 3.0
1 parent bbbc2d5 commit 4777ae2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 3.0
22

33
This is a breaking release.
44

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.1"
4+
__version__ = "3.0"
55

66
__all__ = [
77
"BIP32",

0 commit comments

Comments
 (0)