Skip to content

Commit 5fb2206

Browse files
committed
Bump version: 7.7.0 → 7.7.1
1 parent 72986b2 commit 5fb2206

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.0"
164+
current_version = "7.7.1"
165165
search = "{current_version}"
166166
replace = "{new_version}"
167167
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__ = "7.7.0"
3+
__version__ = "7.7.1"
44

55
from . import ( # noqa
66
colormap,

0 commit comments

Comments
 (0)