We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2e307 commit f9a5ab0Copy full SHA for f9a5ab0
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.0-alpha.31
+current_version = 0.2.0-alpha.32
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -97,7 +97,7 @@
97
setup(
98
name='py-evm',
99
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
100
- version='0.2.0-alpha.31',
+ version='0.2.0-alpha.32',
101
description='Python implementation of the Ethereum Virtual Machine',
102
long_description_markdown_filename='README.md',
103
author='Ethereum Foundation',
0 commit comments