From bfd43f4bdd924dd28da1623991428f0cc4dcad5c Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Tue, 22 Oct 2024 10:02:22 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.38.6=20=E2=86=92=200.38.7?= 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 cb8d171b82..9b2f4e1bd6 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.38.6" +__version__ = "0.38.7" import os from .report import Report diff --git a/pyproject.toml b/pyproject.toml index 12ebdb4dcf..ee0c440c84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "leafmap" -version = "0.38.6" +version = "0.38.7" dynamic = [ "dependencies", ] @@ -52,7 +52,7 @@ dependencies = {file = ["requirements.txt"]} universal = true [tool.bumpversion] -current_version = "0.38.6" +current_version = "0.38.7" commit = true tag = true