Skip to content

Commit 0ab27a7

Browse files
committed
Bump version: 6.0.0 → 6.1.0
1 parent 91e0870 commit 0ab27a7

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.0.0"
11+
__version__ = "6.1.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
@@ -120,7 +120,7 @@ filterwarnings = [
120120
]
121121

122122
[tool.bumpversion]
123-
current_version = "6.0.0"
123+
current_version = "6.1.0"
124124

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

0 commit comments

Comments
 (0)