Skip to content

Commit 7946b15

Browse files
committed
Release v0.10.1
1 parent 1f15a4c commit 7946b15

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

bitcoin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Note that setup.py can break if __init__.py imports any external
1717
# dependencies, as these might not be installed when setup.py runs. In this
1818
# case __version__ could be moved to a separate version.py and imported here.
19-
__version__ = '0.10.0'
19+
__version__ = '0.10.1'
2020

2121
class MainParams(bitcoin.core.CoreMainParams):
2222
MESSAGE_START = b'\xf9\xbe\xb4\xd9'

release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# python-bitcoinlib release notes
22

3+
## v0.10.1
4+
5+
Identical in every way to v0.10.0, but re-uploaded under a new version to fix a
6+
PyPi issue.
7+
8+
39
## v0.10.0
410

511
Minor breaking change: RPC port for regtest updated to the new v0.16.0 default.

0 commit comments

Comments
 (0)