From bc36f6d4e2e4cd5f99c862d40e37136a4036ab04 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Wed, 23 Oct 2024 13:42:14 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=206.7.0=20=E2=86=92=206.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- rio_tiler/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bb1b7e93..acc6f72b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,7 +153,7 @@ ignore = [ max-complexity = 14 [tool.bumpversion] -current_version = "6.7.0" +current_version = "6.8.0" search = "{current_version}" replace = "{new_version}" regex = false diff --git a/rio_tiler/__init__.py b/rio_tiler/__init__.py index 6737f87f..97025cb9 100644 --- a/rio_tiler/__init__.py +++ b/rio_tiler/__init__.py @@ -1,6 +1,6 @@ """rio-tiler.""" -__version__ = "6.7.0" +__version__ = "6.8.0" from . import ( # noqa colormap,