From 7b94eb17d43d08ac7732a0d6f935190423b5e33e Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Thu, 12 Dec 2019 13:42:44 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0-alpha.10=20=E2=86=92=20?= =?UTF-8?q?0.3.0-alpha.11?= 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 38f4d4c70b..d7ae2d90fb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0-alpha.10 +current_version = 0.3.0-alpha.11 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index 4dc049d403..2b96c5a144 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.10', + version='0.3.0-alpha.11', description='Python implementation of the Ethereum Virtual Machine', long_description=long_description, long_description_content_type='text/markdown',