Skip to content

Commit ffc24a2

Browse files
committed
Bump version: 0.2.0-alpha.38 → 0.2.0-alpha.39
1 parent f75910b commit ffc24a2

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

0 commit comments

Comments
 (0)