From 83e8fc4ed765445d1aa0267cc3bccee15664b9b3 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Mon, 18 Nov 2024 07:26:10 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.2.1=20=E2=86=92=207.2.2?= 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 1b883a47..9156f9d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,7 +158,7 @@ ignore = [ max-complexity = 14 [tool.bumpversion] -current_version = "7.2.1" +current_version = "7.2.2" search = "{current_version}" replace = "{new_version}" regex = false diff --git a/rio_tiler/__init__.py b/rio_tiler/__init__.py index 421045a4..15c75a73 100644 --- a/rio_tiler/__init__.py +++ b/rio_tiler/__init__.py @@ -1,6 +1,6 @@ """rio-tiler.""" -__version__ = "7.2.1" +__version__ = "7.2.2" from . import ( # noqa colormap,