From 6a0e685ef60aab7aa6cd52c81b6ef7854a576a2c Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Mon, 27 Jan 2025 09:53:37 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.42.7=20=E2=86=92=200.42.8?= 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 a9baa8243..3c9a06889 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.42.7" +__version__ = "0.42.8" import os from .report import Report diff --git a/pyproject.toml b/pyproject.toml index c0890848b..f0e92f921 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "leafmap" -version = "0.42.7" +version = "0.42.8" dynamic = [ "dependencies", ] @@ -52,7 +52,7 @@ dependencies = {file = ["requirements.txt"]} universal = true [tool.bumpversion] -current_version = "0.42.7" +current_version = "0.42.8" commit = true tag = true