From eb21b25aaeb02dd344be4c9f59e56d32f900eafa Mon Sep 17 00:00:00 2001 From: Jordan Pierce <115024024+Jordan-Pierce@users.noreply.github.com> Date: Fri, 3 Jan 2025 18:27:38 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.3=20=E2=86=92=200.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- yolo_tiler/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0f2999..f09728d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yolo-tiling" -version = "0.0.3" +version = "0.0.4" dynamic = [ "dependencies", ] @@ -43,7 +43,7 @@ universal = true [tool.bumpversion] -current_version = "0.0.3" +current_version = "0.0.4" commit = true tag = true diff --git a/yolo_tiler/__init__.py b/yolo_tiler/__init__.py index 6b7eaba..5968566 100644 --- a/yolo_tiler/__init__.py +++ b/yolo_tiler/__init__.py @@ -2,7 +2,7 @@ from yolo_tiler.yolo_tiler import YoloTiler, TileConfig, TileProgress -__version__ = "0.0.3" +__version__ = "0.0.4" __author__ = "Jordan Pierce" __email__ = "jordan.pierce@noaa.gov" __credits__ = "National Center for Coastal and Ocean Sciences (NCCOS)"