Skip to content

Commit ebaeb3a

Browse files
carverPeppece
authored andcommitted
Bump version: 0.3.0-alpha.18 → 0.3.0-alpha.19
1 parent 728e51c commit ebaeb3a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0-alpha.18
2+
current_version = 0.3.0-alpha.19
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
@@ -20,4 +20,3 @@ 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.18',
94+
version='0.3.0-alpha.19',
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)