Skip to content

Commit 2fefc38

Browse files
committed
Bump version: 0.2.0-alpha.28 → 0.2.0-alpha.29
1 parent a3c8681 commit 2fefc38

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.28
2+
current_version = 0.2.0-alpha.29
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
@@ -93,7 +93,7 @@
9393
setup(
9494
name='py-evm',
9595
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
96-
version='0.2.0-alpha.28',
96+
version='0.2.0-alpha.29',
9797
description='Python implementation of the Ethereum Virtual Machine',
9898
long_description_markdown_filename='README.md',
9999
author='Ethereum Foundation',

0 commit comments

Comments
 (0)