From 99dbb952752c769e801019702bf8903c006d26a3 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Tue, 10 Sep 2024 15:21:54 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.37.2=20=E2=86=92=200.37.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- leafmap/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/leafmap/__init__.py b/leafmap/__init__.py index 528d425741..eb9f348c33 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.37.2" +__version__ = "0.37.3" import os from .report import Report diff --git a/setup.cfg b/setup.cfg index 89c4fa41f6..036a9d3297 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.37.2 +current_version = 0.37.3 commit = True tag = True diff --git a/setup.py b/setup.py index 78b51dda5e..ef5a085e3d 100644 --- a/setup.py +++ b/setup.py @@ -110,6 +110,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/opengeos/leafmap", - version="0.37.2", + version="0.37.3", zip_safe=False, )