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