diff --git a/leafmap/__init__.py b/leafmap/__init__.py index a9504faf6e..93fc9d292f 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.27.1" +__version__ = "0.27.2" import os diff --git a/setup.cfg b/setup.cfg index ce0dd6ab63..39b382fa0d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.27.1 +current_version = 0.27.2 commit = True tag = True diff --git a/setup.py b/setup.py index b1de7dc193..e1798b1d17 100644 --- a/setup.py +++ b/setup.py @@ -90,6 +90,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/opengeos/leafmap", - version="0.27.1", + version="0.27.2", zip_safe=False, )