Skip to content

Commit 4cfb616

Browse files
committed
Bump version: 5.4.1 → 5.4.2
1 parent ca79d13 commit 4cfb616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

morecantile/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
"""
1010

11-
__version__ = "5.4.1"
11+
__version__ = "5.4.2"
1212

1313
from .commons import BoundingBox, Coords, Tile # noqa
1414
from .defaults import TileMatrixSets, tms # noqa

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ filterwarnings = [
114114
]
115115

116116
[tool.bumpversion]
117-
current_version = "5.4.1"
117+
current_version = "5.4.2"
118118

119119
search = "{current_version}"
120120
replace = "{new_version}"

0 commit comments

Comments
 (0)