Skip to content

Commit 8491513

Browse files
committed
Bump version: 0.2.0-alpha.37 → 0.2.0-alpha.38
1 parent 39fc4dd commit 8491513

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.37
2+
current_version = 0.2.0-alpha.38
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
@@ -86,7 +86,7 @@
8686
setup(
8787
name='py-evm',
8888
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
89-
version='0.2.0-alpha.37',
89+
version='0.2.0-alpha.38',
9090
description='Python implementation of the Ethereum Virtual Machine',
9191
long_description_markdown_filename='README.md',
9292
author='Ethereum Foundation',

0 commit comments

Comments
 (0)