From 817ba31c7a5b6e381610c4facd2eb8eb21708a25 Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Tue, 14 Aug 2018 10:41:54 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0-alpha.30=20=E2=86=92=20?= =?UTF-8?q?0.2.0-alpha.31?= 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 3af0d95d85..037c3521f2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0-alpha.30 +current_version = 0.2.0-alpha.31 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index 6b7eabc8a3..de998a905c 100644 --- a/setup.py +++ b/setup.py @@ -98,7 +98,7 @@ setup( name='py-evm', # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. - version='0.2.0-alpha.30', + version='0.2.0-alpha.31', description='Python implementation of the Ethereum Virtual Machine', long_description_markdown_filename='README.md', author='Ethereum Foundation',