From be95178fda29e50c2378163cd2239abe842d8bbd Mon Sep 17 00:00:00 2001 From: pacrob <5199899+pacrob@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:54:04 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.0.0=20=E2=86=92=205.0.1?= 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 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",