From 1dff908807776786712ebe5da7a7c7822d0110e1 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sun, 26 Nov 2023 20:20:05 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.29.5=20=E2=86=92=200.29.6?= 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 bd1711f616..2fb265d3ea 100644 --- a/geemap/__init__.py +++ b/geemap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.29.5" +__version__ = "0.29.6" import os diff --git a/setup.cfg b/setup.cfg index 46057c3b15..f8179db516 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.29.5 +current_version = 0.29.6 commit = True tag = True diff --git a/setup.py b/setup.py index edca4ce520..0806bb66d8 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.5", + version="0.29.6", zip_safe=False, )