diff --git a/leafmap/__init__.py b/leafmap/__init__.py index b9e7c90b94..f35264344d 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.29.3" +__version__ = "0.29.4" import os from .report import Report diff --git a/setup.cfg b/setup.cfg index ebb6558931..61ed3382c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.29.3 +current_version = 0.29.4 commit = True tag = True diff --git a/setup.py b/setup.py index 76042a280f..28952e5e63 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.3", + version="0.29.4", zip_safe=False, )