Skip to content

Commit 5b17702

Browse files
committed
Bump version: 0.3.0-alpha.19 → 0.3.0-alpha.20
1 parent aa1b73f commit 5b17702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
setup(
9292
name='py-evm',
9393
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
94-
version='0.3.0-alpha.19',
94+
version='0.3.0-alpha.20',
9595
description='Python implementation of the Ethereum Virtual Machine',
9696
long_description=long_description,
9797
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)