diff --git a/pyproject.toml b/pyproject.toml index 88462118..bb1b7e93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,7 +153,7 @@ ignore = [ max-complexity = 14 [tool.bumpversion] -current_version = "6.6.1" +current_version = "6.7.0" search = "{current_version}" replace = "{new_version}" regex = false diff --git a/rio_tiler/__init__.py b/rio_tiler/__init__.py index c7d61cdc..6737f87f 100644 --- a/rio_tiler/__init__.py +++ b/rio_tiler/__init__.py @@ -1,6 +1,6 @@ """rio-tiler.""" -__version__ = "6.6.1" +__version__ = "6.7.0" from . import ( # noqa colormap,