Skip to content

Commit d4db1f5

Browse files
committed
Bump version: 0.41.1 → 0.41.2
1 parent 74b1f82 commit d4db1f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

leafmap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Qiusheng Wu"""
44
__email__ = "[email protected]"
5-
__version__ = "0.41.1"
5+
__version__ = "0.41.2"
66

77
import os
88
from .report import Report

pyproject.toml

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

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

0 commit comments

Comments
 (0)