From d063fc6e9195f20d9c42a88dde3f6e4b3319f067 Mon Sep 17 00:00:00 2001 From: pacrob Date: Tue, 9 Jan 2024 15:10:23 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.2.1=20=E2=86=92=205.0.0?= 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 93b4aa56..6e958d86 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.2.1 +current_version = 5.0.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index d23eeec4..9e38f7f5 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( name="eth_abi", # *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme - version="4.2.1", + version="5.0.0", 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",