We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a04bf3 commit c2bea71Copy full SHA for c2bea71
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.0-alpha.20
+current_version = 0.4.0-alpha.1
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -92,7 +92,7 @@
92
setup(
93
name='py-evm',
94
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
95
- version='0.3.0-alpha.20',
+ version='0.4.0-alpha.1',
96
description='Python implementation of the Ethereum Virtual Machine',
97
long_description=long_description,
98
long_description_content_type='text/markdown',
0 commit comments