From 82d1205e5d1ba591734356cf65b7c0c16eade579 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Mon, 30 Mar 2020 12:48:28 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.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 3db5f1c9..3d808369 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.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 c162fa66..80965b74 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( name='eth-account', # *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme - version='0.4.0', + version='0.5.0', description="""eth-account: Sign Ethereum transactions and messages with local private keys""", long_description_markdown_filename='README.md', author='The Ethereum Foundation',