Skip to content

Commit 815926e

Browse files
committed
Bump version: 0.42.2 → 0.42.3
1 parent 28e776d commit 815926e

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.42.2"
5+
__version__ = "0.42.3"
66

77
import os
88
from .report import Report

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.42.2"
7+
version = "0.42.3"
88
dynamic = [
99
"dependencies",
1010
]
@@ -52,7 +52,7 @@ dependencies = {file = ["requirements.txt"]}
5252
universal = true
5353

5454
[tool.bumpversion]
55-
current_version = "0.42.2"
55+
current_version = "0.42.3"
5656
commit = true
5757
tag = true
5858

0 commit comments

Comments
 (0)