Skip to content

Commit 09ed5c3

Browse files
committed
Bump version: 6.6.1 → 6.7.0
1 parent dbe1fd6 commit 09ed5c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ ignore = [
153153
max-complexity = 14
154154

155155
[tool.bumpversion]
156-
current_version = "6.6.1"
156+
current_version = "6.7.0"
157157
search = "{current_version}"
158158
replace = "{new_version}"
159159
regex = false

rio_tiler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""rio-tiler."""
22

3-
__version__ = "6.6.1"
3+
__version__ = "6.7.0"
44

55
from . import ( # noqa
66
colormap,

0 commit comments

Comments
 (0)