diff --git a/leafmap/__init__.py b/leafmap/__init__.py index 2734e8fe30..23f391bbe9 100644 --- a/leafmap/__init__.py +++ b/leafmap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.4.0" +__version__ = "0.4.1" import os diff --git a/setup.cfg b/setup.cfg index 739d89b012..d052b5d10b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 commit = True tag = True diff --git a/setup.py b/setup.py index 40e12a57b7..ea34a7eb8b 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/giswqs/leafmap", - version="0.4.0", + version="0.4.1", zip_safe=False, )