Skip to content

Commit 67f0da4

Browse files
committed
Bump version: 0.57.10 → 0.58.0
1 parent 9648807 commit 67f0da4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

leafmap/__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.57.10"
5+
__version__ = "0.58.0"
66

77
import os
88

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "leafmap"
7-
version = "0.57.10"
7+
version = "0.58.0"
88
dynamic = [
99
"dependencies",
1010
]
@@ -62,7 +62,7 @@ dependencies = {file = ["requirements.txt"]}
6262
universal = true
6363

6464
[tool.bumpversion]
65-
current_version = "0.57.10"
65+
current_version = "0.58.0"
6666
commit = true
6767
tag = true
6868

0 commit comments

Comments
 (0)