Skip to content

Commit 7b96420

Browse files
committed
Bump version: 7.0.0 → 7.0.1
1 parent 06c62d8 commit 7b96420

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
@@ -157,7 +157,7 @@ ignore = [
157157
max-complexity = 14
158158

159159
[tool.bumpversion]
160-
current_version = "7.0.0"
160+
current_version = "7.0.1"
161161
search = "{current_version}"
162162
replace = "{new_version}"
163163
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__ = "7.0.0"
3+
__version__ = "7.0.1"
44

55
from . import ( # noqa
66
colormap,

0 commit comments

Comments
 (0)