From 4f63b2fe98015889f836f7affe8dc282f4807136 Mon Sep 17 00:00:00 2001 From: Keri Date: Wed, 13 Feb 2019 10:11:20 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.0.0-alpha.4=20=E2=86=92=205?= =?UTF-8?q?.0.0-alpha.5?= 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 31df3fd496..43a7176bdc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.0-alpha.4 +current_version = 5.0.0-alpha.5 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index bcadeb7c5e..e9737a6f30 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( name='web3', # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. - version='5.0.0-alpha.4', + version='5.0.0-alpha.5', description="""Web3.py""", long_description_markdown_filename='README.md', author='Piper Merriam',