From c0060ca25e8461b9622eab318d922c0a48e8d5a8 Mon Sep 17 00:00:00 2001 From: kclowes Date: Thu, 4 Aug 2022 15:21:52 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.8=20=E2=86=92=200.5.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d1dc30e5..aa2a4643 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,16 +1,16 @@ [bumpversion] -current_version = 0.5.8 +current_version = 0.5.9 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? -serialize = +serialize = {major}.{minor}.{patch}-{stage}.{devnum} {major}.{minor}.{patch} [bumpversion:part:stage] optional_value = stable first_value = stable -values = +values = alpha beta stable diff --git a/setup.py b/setup.py index 3415e3de..167cc47f 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.8", + version="0.5.9", description="""eth-account: Sign Ethereum transactions and messages with local private keys""", long_description=long_description, long_description_content_type="text/markdown",