Skip to content

Commit 8c27e82

Browse files
committed
Bump version: 1.1.2 → 1.1.3
1 parent 2be2e49 commit 8c27e82

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

123123
[tool.bumpversion]
124-
current_version = "1.1.2"
124+
current_version = "1.1.3"
125125
search = "{current_version}"
126126
replace = "{new_version}"
127127
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.2"
3+
__version__ = "1.1.3"

0 commit comments

Comments
 (0)