From e00740e9482d418cd3e13d589359967e39928706 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Mon, 30 Jul 2018 14:04:25 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.4.1=20=E2=86=92=204.5.0?= 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 925845ae4d..5ab66ce00e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.4.1 +current_version = 4.5.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index d23106d225..75b8adda5c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='web3', # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. - version='4.4.1', + version='4.5.0', description="""Web3.py""", long_description_markdown_filename='README.md', author='Piper Merriam',