From c15ceae6b5f22ecb621b8e1686531acd2af4ed5e Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Tue, 28 Jan 2025 00:15:14 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.42.8=20=E2=86=92=200.42.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- leafmap/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/leafmap/__init__.py b/leafmap/__init__.py index 3c9a06889..515d5e2ab 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.42.8" +__version__ = "0.42.9" import os from .report import Report diff --git a/pyproject.toml b/pyproject.toml index f0e92f921..1759b0ecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "leafmap" -version = "0.42.8" +version = "0.42.9" dynamic = [ "dependencies", ] @@ -52,7 +52,7 @@ dependencies = {file = ["requirements.txt"]} universal = true [tool.bumpversion] -current_version = "0.42.8" +current_version = "0.42.9" commit = true tag = true