diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0a1508f0..9b725308 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.3 +current_version = 3.1.4 commit = True tag = True diff --git a/aquarius/__init__.py b/aquarius/__init__.py index 6cb9aae7..46647b3d 100644 --- a/aquarius/__init__.py +++ b/aquarius/__init__.py @@ -9,5 +9,5 @@ __author__ = """OceanProtocol""" # fmt: off # bumpversion needs single quotes -__version__ = '3.1.3' +__version__ = '3.1.4' # fmt: on diff --git a/setup.py b/setup.py index 141150be..a28e44ec 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ url="https://github.com/oceanprotocol/aquarius", # fmt: off # bumpversion needs single quotes - version='3.1.3', + version='3.1.4', # fmt: on zip_safe=False, )