Skip to content

Commit ae207a6

Browse files
committed
Bump version: 0.2.0-alpha.29 → 0.2.0-alpha.30
1 parent 9695e6e commit ae207a6

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

0 commit comments

Comments
 (0)