From a90b963a1f09b3f2417754c5f186ae451f6fd20b Mon Sep 17 00:00:00 2001 From: kclowes Date: Thu, 15 Jun 2023 14:18:39 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=206.4.0=20=E2=86=92=206.5.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 1f5f490fe7..4705dbba48 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.4.0 +current_version = 6.5.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index 56a9ca1f29..b6572d9871 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ setup( name="web3", # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. - version="6.4.0", + version="6.5.0", description="""web3.py""", long_description_content_type="text/markdown", long_description=long_description,