Skip to content

Commit b2aa992

Browse files
committed
Bump version: 1.6.0 → 1.7.0
1 parent a956282 commit b2aa992

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

143143
[tool.bumpversion]
144-
current_version = "1.6.0"
144+
current_version = "1.7.0"
145145
search = "{current_version}"
146146
replace = "{new_version}"
147147
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.6.0"
3+
__version__ = "1.7.0"

0 commit comments

Comments
 (0)