diff --git a/geemap/__init__.py b/geemap/__init__.py index cb9fcfc43c..eddd7aa313 100644 --- a/geemap/__init__.py +++ b/geemap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = 'giswqs@gmail.com' -__version__ = '0.7.6' +__version__ = '0.7.7' from .geemap import * from .basemaps import ee_basemaps diff --git a/setup.cfg b/setup.cfg index 9b0ee20564..34d24ea58a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.6 +current_version = 0.7.7 commit = True tag = True diff --git a/setup.py b/setup.py index 6253d2c5b5..6fe6a0627d 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/giswqs/geemap', - version='0.7.6', + version='0.7.7', zip_safe=False, )