We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae9471 commit 1af151aCopy full SHA for 1af151a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.0-alpha.3
+current_version = 0.4.0-alpha.4
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.4.0-alpha.3',
+ version='0.4.0-alpha.4',
96
description='Python implementation of the Ethereum Virtual Machine',
97
long_description=long_description,
98
long_description_content_type='text/markdown',
0 commit comments