From 843ab2969e2c47678185c940ea3a58d7693d453d Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Tue, 5 Nov 2019 13:00:46 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0-alpha.7=20=E2=86=92=200?= =?UTF-8?q?.3.0-alpha.8?= 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 cf6b149dfe..7d68cde812 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0-alpha.7 +current_version = 0.3.0-alpha.8 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index bf77d19ed5..7f2ab7fcb5 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ setup( name='py-evm', # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. - version='0.3.0-alpha.7', + version='0.3.0-alpha.8', description='Python implementation of the Ethereum Virtual Machine', long_description=long_description, long_description_content_type='text/markdown',