Skip to content

Commit 3f7c031

Browse files
committed
Reset version for future development
1 parent 807521e commit 3f7c031

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
@@ -15,7 +15,7 @@
1515
# Note that setup.py can break if __init__.py imports any external
1616
# dependencies, as these might not be installed when setup.py runs. In this
1717
# case __version__ could be moved to a separate version.py and imported here.
18-
__version__ = '0.11.1'
18+
__version__ = '0.11.2.dev0'
1919

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

0 commit comments

Comments
 (0)