Skip to content

Commit 5c4db75

Browse files
committed
Bump version: 0.3.0-alpha.17 → 0.3.0-alpha.18
1 parent 1131244 commit 5c4db75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0-alpha.17
2+
current_version = 0.3.0-alpha.18
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
@@ -20,3 +20,4 @@ values =
2020
[bumpversion:file:setup.py]
2121
search = version='{current_version}',
2222
replace = version='{new_version}',
23+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
setup(
9292
name='py-evm',
9393
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
94-
version='0.3.0-alpha.17',
94+
version='0.3.0-alpha.18',
9595
description='Python implementation of the Ethereum Virtual Machine',
9696
long_description=long_description,
9797
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)