Skip to content

Commit dc71ed9

Browse files
committed
Bump version: 1.1.1 → 1.1.2
1 parent 76ee73e commit dc71ed9

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
@@ -122,7 +122,7 @@ namespace_packages = true
122122
explicit_package_bases = true
123123

124124
[tool.bumpversion]
125-
current_version = "1.1.1"
125+
current_version = "1.1.2"
126126
search = "{current_version}"
127127
replace = "{new_version}"
128128
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__ = "1.1.1"
3+
__version__ = "1.1.2"

0 commit comments

Comments
 (0)