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 aa1b73f commit 5b17702Copy full SHA for 5b17702
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.0-alpha.19
+current_version = 0.3.0-alpha.20
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -91,7 +91,7 @@
91
setup(
92
name='py-evm',
93
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
94
- version='0.3.0-alpha.19',
+ version='0.3.0-alpha.20',
95
description='Python implementation of the Ethereum Virtual Machine',
96
long_description=long_description,
97
long_description_content_type='text/markdown',
0 commit comments