diff --git a/geemap/__init__.py b/geemap/__init__.py index 4df6fc47f6..bd1711f616 100644 --- a/geemap/__init__.py +++ b/geemap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.29.4" +__version__ = "0.29.5" import os diff --git a/setup.cfg b/setup.cfg index 64c5f5f221..46057c3b15 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.29.4 +current_version = 0.29.5 commit = True tag = True diff --git a/setup.py b/setup.py index 1eae6e0978..edca4ce520 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.4", + version="0.29.5", zip_safe=False, )