Skip to content

Commit 68d2b58

Browse files
committed
Bump version: 1.1.3 → 2.0.0
1 parent f5376d0 commit 68d2b58

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.3"
125+
current_version = "2.0.0"
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.3"
3+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)