From 3237c6f2c1bfaddb5da8ad9d370fd50ad26f1700 Mon Sep 17 00:00:00 2001 From: fselmo Date: Wed, 28 Aug 2024 13:43:23 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.0.0=20=E2=86=92=207.1.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 d95d0824aa..954c9ffba4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.0.0 +current_version = 7.1.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index b51d8dd20e..78824c121f 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ setup( name="web3", # *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme - version="7.0.0", + version="7.1.0", description="""web3: A Python library for interacting with Ethereum""", long_description=long_description, long_description_content_type="text/markdown",