Skip to content

Commit 93f8041

Browse files
committed
Bump version: 6.1.0 → 6.2.0
1 parent 82cbc3c commit 93f8041

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__ = "6.1.0"
11+
__version__ = "6.2.0"
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
@@ -121,7 +121,7 @@ filterwarnings = [
121121
]
122122

123123
[tool.bumpversion]
124-
current_version = "6.1.0"
124+
current_version = "6.2.0"
125125

126126
search = "{current_version}"
127127
replace = "{new_version}"

0 commit comments

Comments
 (0)