Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 12e33cf

Browse files
committedApr 13, 2018
Reset version for future development
1 parent 7946b15 commit 12e33cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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.1'
19+
__version__ = '0.10.2dev'
2020

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

0 commit comments

Comments
 (0)
Failed to load comments.