diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9514bcfe..f0a46792 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.0 +current_version = 5.1.0 commit = True tag = True diff --git a/aquarius/__init__.py b/aquarius/__init__.py index e3b55e59..ee2e1f69 100644 --- a/aquarius/__init__.py +++ b/aquarius/__init__.py @@ -9,5 +9,5 @@ __author__ = """OceanProtocol""" # fmt: off # bumpversion needs single quotes -__version__ = '5.0.0' +__version__ = '5.1.0' # fmt: on diff --git a/setup.py b/setup.py index 6a81fc9a..a3905667 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ url="https://github.com/oceanprotocol/aquarius", # fmt: off # bumpversion needs single quotes - version='5.0.0', + version='5.1.0', # fmt: on zip_safe=False, )