diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6e958d86..d3c8234b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.0 +current_version = 5.0.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index 9e204d4d..552b33f9 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( name="eth_abi", # *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme - version="5.0.0", + version="5.0.1", description="""eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding""", long_description=long_description, long_description_content_type="text/markdown",