diff --git a/leafmap/__init__.py b/leafmap/__init__.py index df492d0688..bbef82ff42 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.34.0" +__version__ = "0.34.1" import os from .report import Report diff --git a/setup.cfg b/setup.cfg index 1043a4d4b2..3b4cdac4c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.34.0 +current_version = 0.34.1 commit = True tag = True diff --git a/setup.py b/setup.py index 70e40c83b9..0c53f9b663 100644 --- a/setup.py +++ b/setup.py @@ -108,6 +108,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/opengeos/leafmap", - version="0.34.0", + version="0.34.1", zip_safe=False, )