diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8e3bfab927..1bc8a55b54 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0-alpha.33 +current_version = 0.2.0-alpha.34 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index 6249f12a58..0024c5f18f 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ setup( name='py-evm', # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. - version='0.2.0-alpha.33', + version='0.2.0-alpha.34', description='Python implementation of the Ethereum Virtual Machine', long_description_markdown_filename='README.md', author='Ethereum Foundation',