Skip to content

Commit 817ba31

Browse files
committed
Bump version: 0.2.0-alpha.30 → 0.2.0-alpha.31
1 parent c1a3813 commit 817ba31

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.2.0-alpha.30
2+
current_version = 0.2.0-alpha.31
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
@@ -98,7 +98,7 @@
9898
setup(
9999
name='py-evm',
100100
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
101-
version='0.2.0-alpha.30',
101+
version='0.2.0-alpha.31',
102102
description='Python implementation of the Ethereum Virtual Machine',
103103
long_description_markdown_filename='README.md',
104104
author='Ethereum Foundation',

0 commit comments

Comments
 (0)