diff --git a/leafmap/__init__.py b/leafmap/__init__.py index f8477bf6e..4dd92eeba 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.31.5" +__version__ = "0.31.6" import os from .report import Report diff --git a/setup.cfg b/setup.cfg index d65a19de7..f6ba8d57c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.31.5 +current_version = 0.31.6 commit = True tag = True diff --git a/setup.py b/setup.py index 6d7773b8e..406dccea0 100644 --- a/setup.py +++ b/setup.py @@ -98,6 +98,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/opengeos/leafmap", - version="0.31.5", + version="0.31.6", zip_safe=False, )