From f59fd65f3631bdf1c55f352fc02a43adb6ef9367 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sat, 29 Jun 2024 01:15:29 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.34.7=20=E2=86=92=200.35.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 41eef04e1c..2b86108a1f 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.34.7" +__version__ = "0.35.0" import os from .report import Report diff --git a/setup.cfg b/setup.cfg index ed655a6073..a9f91b6721 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.34.7 +current_version = 0.35.0 commit = True tag = True diff --git a/setup.py b/setup.py index 42008d8121..73c502ab4e 100644 --- a/setup.py +++ b/setup.py @@ -109,6 +109,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/opengeos/leafmap", - version="0.34.7", + version="0.35.0", zip_safe=False, )