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