From 4ca061f53ea4d560edb43b882329b6d87fc206ea Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 29 Oct 2024 12:48:39 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0=20=E2=86=92=200.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- rio_stac/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dfd8b0f..2baf79a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ ignore = [ max-complexity = 14 [tool.bumpversion] -current_version = "0.9.0" +current_version = "0.10.0" search = "{current_version}" replace = "{new_version}" diff --git a/rio_stac/__init__.py b/rio_stac/__init__.py index 5af2ed6..64c3801 100644 --- a/rio_stac/__init__.py +++ b/rio_stac/__init__.py @@ -1,5 +1,5 @@ """rio-stac: Create STAC items from raster file.""" -__version__ = "0.9.0" +__version__ = "0.10.0" from rio_stac.stac import create_stac_item # noqa