From 0c6b85d52359008fa6d229ede699cbc7c0527079 Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Tue, 20 Nov 2018 13:45:19 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0-alpha.33=20=E2=86=92=20?= =?UTF-8?q?0.2.0-alpha.34?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',