We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5dac6 commit 12620ffCopy full SHA for 12620ff
leafmap/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Qiusheng Wu"""
4
__email__ = "giswqs@gmail.com"
5
-__version__ = "0.60.1"
+__version__ = "0.60.2"
6
7
import os
8
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "leafmap"
-version = "0.60.1"
+version = "0.60.2"
dynamic = [
9
"dependencies",
10
]
@@ -63,7 +63,7 @@ dependencies = {file = ["requirements.txt"]}
63
universal = true
64
65
[tool.bumpversion]
66
-current_version = "0.60.1"
+current_version = "0.60.2"
67
commit = true
68
tag = true
69
0 commit comments