From b687f200a123e9a4c0c8dd90008a8249a2407b8d Mon Sep 17 00:00:00 2001 From: Keri Date: Wed, 24 Apr 2019 10:07:29 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.0.0-alpha.10=20=E2=86=92=20?= =?UTF-8?q?5.0.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 f00c2ff684..cf56f1d531 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.0-alpha.10 +current_version = 5.0.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 9ca214e062..3766ee0262 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ setup( name='web3', # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. - version='5.0.0-alpha.10', + version='5.0.0-alpha.11', description="""Web3.py""", long_description_markdown_filename='README.md', author='Piper Merriam',