diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 44443427..0a1508f0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.2 +current_version = 3.1.3 commit = True tag = True diff --git a/aquarius/__init__.py b/aquarius/__init__.py index 71d1ada7..6cb9aae7 100644 --- a/aquarius/__init__.py +++ b/aquarius/__init__.py @@ -9,5 +9,5 @@ __author__ = """OceanProtocol""" # fmt: off # bumpversion needs single quotes -__version__ = '3.1.2' +__version__ = '3.1.3' # fmt: on diff --git a/setup.py b/setup.py index 6ab30078..fabaf3fb 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ url="https://github.com/oceanprotocol/aquarius", # fmt: off # bumpversion needs single quotes - version='3.1.2', + version='3.1.3', # fmt: on zip_safe=False, )