Skip to content

Commit fd3f1cf

Browse files
committed
Bump version: 2.0.1 → 2.0.2
1 parent 8af9297 commit fd3f1cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ namespace_packages = true
125125
explicit_package_bases = true
126126

127127
[tool.bumpversion]
128-
current_version = "2.0.1"
128+
current_version = "2.0.2"
129129
search = "{current_version}"
130130
replace = "{new_version}"
131131
regex = false

titiler/stacapi/__init__.py

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

3-
__version__ = "2.0.1"
3+
__version__ = "2.0.2"

0 commit comments

Comments
 (0)