Skip to content

Commit c9aaaf0

Browse files
committed
Bump version: 7.7.4 → 7.8.0
1 parent c055b8c commit c9aaaf0

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
@@ -161,7 +161,7 @@ exclude = [
161161
max-complexity = 14
162162

163163
[tool.bumpversion]
164-
current_version = "7.7.4"
164+
current_version = "7.8.0"
165165
parse = """(?x)
166166
(?P<major>\\d+)\\.
167167
(?P<minor>\\d+)\\.

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__ = "7.7.4"
3+
__version__ = "7.8.0"
44

55
from . import ( # noqa
66
colormap,

0 commit comments

Comments
 (0)