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 a3c8681 commit 2fefc38Copy full SHA for 2fefc38
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.0-alpha.28
+current_version = 0.2.0-alpha.29
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -93,7 +93,7 @@
93
setup(
94
name='py-evm',
95
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
96
- version='0.2.0-alpha.28',
+ version='0.2.0-alpha.29',
97
description='Python implementation of the Ethereum Virtual Machine',
98
long_description_markdown_filename='README.md',
99
author='Ethereum Foundation',
0 commit comments