From 0ed9d6c676f598358788b24d08448e4e59c8e360 Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Tue, 24 Jul 2018 09:57:02 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0-alpha.27=20=E2=86=92=20?= =?UTF-8?q?0.2.0-alpha.28?= 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 b2594298aa..94546a645e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0-alpha.27 +current_version = 0.2.0-alpha.28 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index 5fb82ea7b8..4d75454638 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ setup( name='py-evm', # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. - version='0.2.0-alpha.27', + version='0.2.0-alpha.28', description='Python implementation of the Ethereum Virtual Machine', long_description_markdown_filename='README.md', author='Ethereum Foundation',