Skip to content

Commit 271cddb

Browse files
committed
Bump version: 1.4.0 → 1.5.0
1 parent 12e54c0 commit 271cddb

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
@@ -138,7 +138,7 @@ filterwarnings = [
138138
]
139139

140140
[tool.bumpversion]
141-
current_version = "1.4.0"
141+
current_version = "1.5.0"
142142
search = "{current_version}"
143143
replace = "{new_version}"
144144
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.4.0"
3+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)