Skip to content

Commit 0803b75

Browse files
committed
Bump version: 0.11.3 → 0.12.0
1 parent 8875d82 commit 0803b75

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

anymap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Qiusheng Wu"""
44
__email__ = "giswqs@gmail.com"
5-
__version__ = "0.11.3"
5+
__version__ = "0.12.0"
66

77
from .base import MapWidget
88
from .maplibre import MapLibreMap

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "anymap"
3-
version = "0.11.3"
3+
version = "0.12.0"
44
dynamic = [
55
"dependencies",
66
]
@@ -54,7 +54,7 @@ universal = true
5454

5555

5656
[tool.bumpversion]
57-
current_version = "0.11.3"
57+
current_version = "0.12.0"
5858
commit = true
5959
tag = true
6060

0 commit comments

Comments
 (0)