Skip to content

Commit acb6869

Browse files
committed
Bump version: 7.8.0 → 7.8.1
1 parent af72584 commit acb6869

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.8.0"
164+
current_version = "7.8.1"
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.8.0"
3+
__version__ = "7.8.1"
44

55
from . import ( # noqa
66
colormap,

0 commit comments

Comments
 (0)