From 40cca9091dcacfd859abc620a31876800c329894 Mon Sep 17 00:00:00 2001 From: kclowes Date: Thu, 27 Jan 2022 14:44:20 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.6=20=E2=86=92=200.5.7?= 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 845d753d..eeefdf57 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.6 +current_version = 0.5.7 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index 9fc40ebe..f49f90c7 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( name='eth-account', # *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme - version='0.5.6', + version='0.5.7', description="""eth-account: Sign Ethereum transactions and messages with local private keys""", long_description=long_description, long_description_content_type='text/markdown',