diff --git a/geemap/__init__.py b/geemap/__init__.py index ba70630893..0f742e20f8 100644 --- a/geemap/__init__.py +++ b/geemap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.9.1" +__version__ = "0.9.2" import os diff --git a/setup.cfg b/setup.cfg index 9818c5b3a8..6dc1ec0b4e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.1 +current_version = 0.9.2 commit = True tag = True diff --git a/setup.py b/setup.py index eb46e50b91..cac2fd7e1f 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.9.1", + version="0.9.2", zip_safe=False, )