Skip to content

Commit 81f89bc

Browse files
committed
Bump version: 0.2.0-alpha.34 → 0.2.0-alpha.35
1 parent 1ac4b7f commit 81f89bc

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.34
2+
current_version = 0.2.0-alpha.35
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
@@ -110,7 +110,7 @@
110110
setup(
111111
name='py-evm',
112112
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
113-
version='0.2.0-alpha.34',
113+
version='0.2.0-alpha.35',
114114
description='Python implementation of the Ethereum Virtual Machine',
115115
long_description_markdown_filename='README.md',
116116
author='Ethereum Foundation',

0 commit comments

Comments
 (0)