From 7db311c4dd0a839d6fb7634d5891979fea456935 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 28 Jan 2025 13:11:51 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.3.0=20=E2=86=92=207.4.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 c8f15e3a..283ecc69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -160,7 +160,7 @@ exclude = [ max-complexity = 14 [tool.bumpversion] -current_version = "7.3.0" +current_version = "7.4.0" search = "{current_version}" replace = "{new_version}" regex = false diff --git a/rio_tiler/__init__.py b/rio_tiler/__init__.py index 37488a5e..7ddc08b6 100644 --- a/rio_tiler/__init__.py +++ b/rio_tiler/__init__.py @@ -1,6 +1,6 @@ """rio-tiler.""" -__version__ = "7.3.0" +__version__ = "7.4.0" from . import ( # noqa colormap,