Skip to content

Commit bc36f6d

Browse files
committed
Bump version: 6.7.0 → 6.8.0
1 parent 270c000 commit bc36f6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
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.7.0"
156+
current_version = "6.8.0"
157157
search = "{current_version}"
158158
replace = "{new_version}"
159159
regex = false

rio_tiler/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""rio-tiler."""
22

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

55
from . import ( # noqa
66
colormap,

0 commit comments

Comments
 (0)