From c2bea7104de8680ef9c4fb81d05e262e5a4f5ac4 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Mon, 22 Mar 2021 10:49:28 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0-alpha.20=20=E2=86=92=20?= =?UTF-8?q?0.4.0-alpha.1?= 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 ac9ff8ef64..ddfe7788da 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0-alpha.20 +current_version = 0.4.0-alpha.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index 2ddbaf568d..5fd4259c76 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.20', + version='0.4.0-alpha.1', description='Python implementation of the Ethereum Virtual Machine', long_description=long_description, long_description_content_type='text/markdown',