From b711910a27aef918a684a2cb974eb34a616bd93d Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Wed, 25 Oct 2023 14:31:57 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.29.1=20=E2=86=92=200.29.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- geemap/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/geemap/__init__.py b/geemap/__init__.py index 415473d264..8e4132d065 100644 --- a/geemap/__init__.py +++ b/geemap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.29.1" +__version__ = "0.29.2" import os diff --git a/setup.cfg b/setup.cfg index 60c9ca136e..7801a97b35 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.29.1 +current_version = 0.29.2 commit = True tag = True diff --git a/setup.py b/setup.py index a93b6be06c..cd2bb560cb 100644 --- a/setup.py +++ b/setup.py @@ -90,6 +90,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/gee-community/geemap", - version="0.29.1", + version="0.29.2", zip_safe=False, )