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, )