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",