Skip to content

Commit b74079e

Browse files
committed
Bump version: 1.8.0 → 1.9.0
1 parent 83c250d commit b74079e

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
@@ -146,7 +146,7 @@ filterwarnings = [
146146
]
147147

148148
[tool.bumpversion]
149-
current_version = "1.8.0"
149+
current_version = "1.9.0"
150150
search = "{current_version}"
151151
replace = "{new_version}"
152152
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.8.0"
3+
__version__ = "1.9.0"

0 commit comments

Comments
 (0)