diff --git a/geemap/__init__.py b/geemap/__init__.py index beca87f28c..1bce5f903a 100644 --- a/geemap/__init__.py +++ b/geemap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.8.12" +__version__ = "0.8.13" import os diff --git a/setup.cfg b/setup.cfg index 1aa4466ee5..8494f6beff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.12 +current_version = 0.8.13 commit = True tag = True diff --git a/setup.py b/setup.py index 50882aab9b..4e720e8984 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.12", + version="0.8.13", zip_safe=False, )