diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 18c6db121e..1f5f490fe7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.3.0 +current_version = 6.4.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index 5b3b44d828..40764808fd 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( name="web3", # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. - version="6.3.0", + version="6.4.0", description="""web3.py""", long_description_content_type="text/markdown", long_description=long_description,