We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8875d82 commit 0803b75Copy full SHA for 0803b75
2 files changed
anymap/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Qiusheng Wu"""
4
__email__ = "giswqs@gmail.com"
5
-__version__ = "0.11.3"
+__version__ = "0.12.0"
6
7
from .base import MapWidget
8
from .maplibre import MapLibreMap
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "anymap"
-version = "0.11.3"
+version = "0.12.0"
dynamic = [
"dependencies",
]
@@ -54,7 +54,7 @@ universal = true
54
55
56
[tool.bumpversion]
57
-current_version = "0.11.3"
+current_version = "0.12.0"
58
commit = true
59
tag = true
60
0 commit comments