Skip to content

Commit 4060160

Browse files
committed
Bump version: 0.2.0-alpha.35 → 0.2.0-alpha.36
1 parent 07a5db5 commit 4060160

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

0 commit comments

Comments
 (0)