diff --git a/leafmap/__init__.py b/leafmap/__init__.py index 88ee7a120d..74a3a25619 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.29.0" +__version__ = "0.29.1" import os from .report import Report diff --git a/setup.cfg b/setup.cfg index a751d553e7..02b22c7193 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.29.0 +current_version = 0.29.1 commit = True tag = True diff --git a/setup.py b/setup.py index 5c7651cbec..389c23d130 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.29.0", + version="0.29.1", zip_safe=False, )