diff --git a/leafmap/__init__.py b/leafmap/__init__.py index 2824dc16ab..bafb6ad8e6 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.20.4" +__version__ = "0.21.0" import os diff --git a/setup.cfg b/setup.cfg index 446e0992a2..afb2ac3e12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.20.4 +current_version = 0.21.0 commit = True tag = True diff --git a/setup.py b/setup.py index f30a6ff423..17c17e3a16 100644 --- a/setup.py +++ b/setup.py @@ -81,6 +81,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/opengeos/leafmap", - version="0.20.4", + version="0.21.0", zip_safe=False, )