From c584304104666eb284f1ee227bd9f10239f0f783 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Mon, 25 Sep 2023 10:35:13 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.26.0=20=E2=86=92=200.27.0?= 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 f5f01f0e84..6157a699b9 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.26.0" +__version__ = "0.27.0" import os diff --git a/setup.cfg b/setup.cfg index 424360f3cd..f04be9455f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.26.0 +current_version = 0.27.0 commit = True tag = True diff --git a/setup.py b/setup.py index a444212626..bc3db3a891 100644 --- a/setup.py +++ b/setup.py @@ -90,6 +90,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/opengeos/leafmap", - version="0.26.0", + version="0.27.0", zip_safe=False, )