From 3af1171f2b2b87842721ca587ce70b60c82a5fdd Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Tue, 16 Feb 2021 20:39:44 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.9=20=E2=86=92=200.8.10?= 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 2499d565c4..e9dec5f260 100644 --- a/geemap/__init__.py +++ b/geemap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.8.9" +__version__ = "0.8.10" def in_colab_shell(): diff --git a/setup.cfg b/setup.cfg index 3a785ca34f..9a8a6d4db6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.9 +current_version = 0.8.10 commit = True tag = True diff --git a/setup.py b/setup.py index bcfb204544..d7a12172c9 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/giswqs/geemap", - version="0.8.9", + version="0.8.10", zip_safe=False, )