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 ae6fcbb commit 475ddfbCopy full SHA for 475ddfb
bitcoin/__init__.py
@@ -1,4 +1,4 @@
1
-# Copyright (C) 2012-2014 The python-bitcoinlib developers
+# Copyright (C) 2012-2016 The python-bitcoinlib developers
2
#
3
# This file is part of python-bitcoinlib.
4
@@ -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.7.0'
+__version__ = '0.7.1-SNAPSHOT'
20
21
class MainParams(bitcoin.core.CoreMainParams):
22
MESSAGE_START = b'\xf9\xbe\xb4\xd9'
0 commit comments