diff --git a/leafmap/__init__.py b/leafmap/__init__.py index 5753f80d9c..41eef04e1c 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.34.6" +__version__ = "0.34.7" import os from .report import Report diff --git a/setup.cfg b/setup.cfg index 3f267f10f0..ed655a6073 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.34.6 +current_version = 0.34.7 commit = True tag = True diff --git a/setup.py b/setup.py index 9d4735933a..42008d8121 100644 --- a/setup.py +++ b/setup.py @@ -109,6 +109,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/opengeos/leafmap", - version="0.34.6", + version="0.34.7", zip_safe=False, )