Skip to content

Commit d7632c0

Browse files
committed
Bump version: 1.7.2 → 1.8.0
1 parent 7297ca7 commit d7632c0

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
@@ -140,7 +140,7 @@ filterwarnings = [
140140
]
141141

142142
[tool.bumpversion]
143-
current_version = "1.7.2"
143+
current_version = "1.8.0"
144144
search = "{current_version}"
145145
replace = "{new_version}"
146146
regex = false

titiler/pgstac/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""titiler.pgstac"""
22

3-
__version__ = "1.7.2"
3+
__version__ = "1.8.0"

0 commit comments

Comments
 (0)