From cb36d63670cb6b4cd36583742f632ecc3b5566ed Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 20 Aug 2024 16:22:37 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.3.1=20=E2=86=92=205.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- morecantile/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/morecantile/__init__.py b/morecantile/__init__.py index 07fc9ce..37663e0 100644 --- a/morecantile/__init__.py +++ b/morecantile/__init__.py @@ -8,7 +8,7 @@ """ -__version__ = "5.3.1" +__version__ = "5.4.0" from .commons import BoundingBox, Coords, Tile # noqa from .defaults import TileMatrixSets, tms # noqa diff --git a/pyproject.toml b/pyproject.toml index 014da05..7808b51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ filterwarnings = [ ] [tool.bumpversion] -current_version = "5.3.1" +current_version = "5.4.0" search = "{current_version}" replace = "{new_version}"