diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 501866acc5..0cbfca8b56 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.17.1 +current_version = 6.17.2 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index b28f3fe789..ee22f86be3 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ setup( name="web3", # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. - version="6.17.1", + version="6.17.2", description="""web3.py""", long_description_content_type="text/markdown", long_description=long_description,