From 42c496c991e835d7202652b4b197863ca84245a8 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sun, 5 Nov 2023 23:33:19 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.27.2=20=E2=86=92=200.28.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 93fc9d292f..632ab4768c 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.27.2" +__version__ = "0.28.0" import os diff --git a/setup.cfg b/setup.cfg index 39b382fa0d..00f9e92ed2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.27.2 +current_version = 0.28.0 commit = True tag = True diff --git a/setup.py b/setup.py index fcd486a699..a65d5dee94 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.27.2", + version="0.28.0", zip_safe=False, )