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 3e28dcd commit 04663f5Copy full SHA for 04663f5
leafmap/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Qiusheng Wu"""
4
__email__ = "giswqs@gmail.com"
5
-__version__ = "0.59.0"
+__version__ = "0.60.0"
6
7
import os
8
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "leafmap"
-version = "0.59.0"
+version = "0.60.0"
dynamic = [
9
"dependencies",
10
]
@@ -63,7 +63,7 @@ dependencies = {file = ["requirements.txt"]}
63
universal = true
64
65
[tool.bumpversion]
66
-current_version = "0.59.0"
+current_version = "0.60.0"
67
commit = true
68
tag = true
69
0 commit comments