Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 0ed9d6c

Browse files
committed
Bump version: 0.2.0-alpha.27 → 0.2.0-alpha.28
1 parent 2037c4d commit 0ed9d6c

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

0 commit comments

Comments
 (0)