Skip to content

Commit 7db311c

Browse files
committed
Bump version: 7.3.0 → 7.4.0
1 parent 3fc6e48 commit 7db311c

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

162162
[tool.bumpversion]
163-
current_version = "7.3.0"
163+
current_version = "7.4.0"
164164
search = "{current_version}"
165165
replace = "{new_version}"
166166
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.3.0"
3+
__version__ = "7.4.0"
44

55
from . import ( # noqa
66
colormap,

0 commit comments

Comments
 (0)