diff --git a/leafmap/__init__.py b/leafmap/__init__.py index dc9d95c020..6d331364a7 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.36.2" +__version__ = "0.36.3" import os from .report import Report diff --git a/setup.cfg b/setup.cfg index de256831d6..47b42ede2c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.36.2 +current_version = 0.36.3 commit = True tag = True diff --git a/setup.py b/setup.py index f8aecebe04..7bbcde3a5b 100644 --- a/setup.py +++ b/setup.py @@ -110,6 +110,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/opengeos/leafmap", - version="0.36.2", + version="0.36.3", zip_safe=False, )