We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f15a4c commit 7946b15Copy full SHA for 7946b15
bitcoin/__init__.py
@@ -16,7 +16,7 @@
16
# Note that setup.py can break if __init__.py imports any external
17
# dependencies, as these might not be installed when setup.py runs. In this
18
# case __version__ could be moved to a separate version.py and imported here.
19
-__version__ = '0.10.0'
+__version__ = '0.10.1'
20
21
class MainParams(bitcoin.core.CoreMainParams):
22
MESSAGE_START = b'\xf9\xbe\xb4\xd9'
release-notes.md
@@ -1,5 +1,11 @@
1
# python-bitcoinlib release notes
2
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
9
## v0.10.0
10
11
Minor breaking change: RPC port for regtest updated to the new v0.16.0 default.
0 commit comments