Skip to content

Commit b35c524

Browse files
committedNov 20, 2018
Bump version: 0.2.0-alpha.33 → 0.2.0-alpha.34
1 parent 6380992 commit b35c524

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0-alpha.33
2+
current_version = 0.2.0-alpha.34
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
setup(
105105
name='py-evm',
106106
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
107-
version='0.2.0-alpha.33',
107+
version='0.2.0-alpha.34',
108108
description='Python implementation of the Ethereum Virtual Machine',
109109
long_description_markdown_filename='README.md',
110110
author='Ethereum Foundation',

0 commit comments

Comments
 (0)