Skip to content

Commit c2bea71

Browse files
committed
Bump version: 0.3.0-alpha.20 → 0.4.0-alpha.1
1 parent 3a04bf3 commit c2bea71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0-alpha.20
2+
current_version = 0.4.0-alpha.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
setup(
9393
name='py-evm',
9494
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
95-
version='0.3.0-alpha.20',
95+
version='0.4.0-alpha.1',
9696
description='Python implementation of the Ethereum Virtual Machine',
9797
long_description=long_description,
9898
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)