From 95f3955b18ccd7e0617e001adb16b81a37d805fa Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 28 Jan 2025 21:41:12 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.0=20=E2=86=92=200.11.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- rio_tiler_pds/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea1a487..a91f2f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ ignore = [ [tool.bumpversion] -current_version = "0.11.0" +current_version = "0.11.1" search = "{current_version}" replace = "{new_version}" regex = false diff --git a/rio_tiler_pds/__init__.py b/rio_tiler_pds/__init__.py index de16bfd..dcc2b2b 100644 --- a/rio_tiler_pds/__init__.py +++ b/rio_tiler_pds/__init__.py @@ -2,4 +2,4 @@ from . import cbers, landsat, modis, sentinel # noqa -__version__ = "0.11.0" +__version__ = "0.11.1"