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 1ac4b7f commit 81f89bcCopy full SHA for 81f89bc
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.0-alpha.34
+current_version = 0.2.0-alpha.35
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -110,7 +110,7 @@
110
setup(
111
name='py-evm',
112
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
113
- version='0.2.0-alpha.34',
+ version='0.2.0-alpha.35',
114
description='Python implementation of the Ethereum Virtual Machine',
115
long_description_markdown_filename='README.md',
116
author='Ethereum Foundation',
0 commit comments