Skip to content

Commit 04663f5

Browse files
committed
Bump version: 0.59.0 → 0.60.0
1 parent 3e28dcd commit 04663f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.59.0"
5+
__version__ = "0.60.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.59.0"
7+
version = "0.60.0"
88
dynamic = [
99
"dependencies",
1010
]
@@ -63,7 +63,7 @@ dependencies = {file = ["requirements.txt"]}
6363
universal = true
6464

6565
[tool.bumpversion]
66-
current_version = "0.59.0"
66+
current_version = "0.60.0"
6767
commit = true
6868
tag = true
6969

0 commit comments

Comments
 (0)