From 8f4385a6f1782c455e6d9403c48bff6970f97c24 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Thu, 26 Sep 2024 00:57:43 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.38.0=20=E2=86=92=200.38.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 460395c7d7..86a5fd3430 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.38.0" +__version__ = "0.38.1" import os from .report import Report diff --git a/pyproject.toml b/pyproject.toml index 2f418c69c0..b99daf962f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "leafmap" -version = "0.38.0" +version = "0.38.1" dynamic = [ "dependencies", ] @@ -52,7 +52,7 @@ dependencies = {file = ["requirements.txt"]} universal = true [tool.bumpversion] -current_version = "0.38.0" +current_version = "0.38.1" commit = true tag = true