diff --git a/pyproject.toml b/pyproject.toml index 78190e24..1b883a47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,7 +158,7 @@ ignore = [ max-complexity = 14 [tool.bumpversion] -current_version = "7.2.0" +current_version = "7.2.1" search = "{current_version}" replace = "{new_version}" regex = false diff --git a/rio_tiler/__init__.py b/rio_tiler/__init__.py index fd9b20da..421045a4 100644 --- a/rio_tiler/__init__.py +++ b/rio_tiler/__init__.py @@ -1,6 +1,6 @@ """rio-tiler.""" -__version__ = "7.2.0" +__version__ = "7.2.1" from . import ( # noqa colormap,