Skip to content

Commit f9a5ab0

Browse files
committed
Bump version: 0.2.0-alpha.31 → 0.2.0-alpha.32
1 parent 6e2e307 commit f9a5ab0

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

0 commit comments

Comments
 (0)