Skip to content

Commit

Permalink
[TMP] Release version 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
darosior committed Jul 22, 2024
1 parent 93b54a4 commit 92513d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip32/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .bip32 import BIP32, PrivateDerivationError, InvalidInputError
from .utils import BIP32DerivationError, HARDENED_INDEX

__version__ = "3.4"
__version__ = "3.5"

__all__ = [
"BIP32",
Expand Down

0 comments on commit 92513d5

Please sign in to comment.