diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5ea30676..6d6f1630 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.2 +current_version = 2.0.3 commit = True tag = True diff --git a/setup.py b/setup.py index 932a9001..ee7e9dfe 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ url="https://github.com/oceanprotocol/provider-py", # fmt: off # bumpversion needs single quotes - version='2.0.2', + version='2.0.3', # fmt: on zip_safe=False, )