From 3f2982c326e512a44a8041e4a0c448ee8bd0fd9a Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Thu, 21 Nov 2024 00:45:09 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.41.0=20=E2=86=92=200.41.1?= 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 d2f6a4fe76..9eb260d4d6 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.41.0" +__version__ = "0.41.1" import os from .report import Report diff --git a/pyproject.toml b/pyproject.toml index 7522a0d0d3..312c49a24e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "leafmap" -version = "0.41.0" +version = "0.41.1" dynamic = [ "dependencies", ] @@ -52,7 +52,7 @@ dependencies = {file = ["requirements.txt"]} universal = true [tool.bumpversion] -current_version = "0.41.0" +current_version = "0.41.1" commit = true tag = true