Skip to content

Commit ec79443

Browse files
committed
Bump version: 0.3.3 → 0.4.0
1 parent 088a9e1 commit ec79443

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
@@ -118,7 +118,7 @@ namespace_packages = true
118118
explicit_package_bases = true
119119

120120
[tool.bumpversion]
121-
current_version = "0.3.3"
121+
current_version = "0.4.0"
122122
search = "{current_version}"
123123
replace = "{new_version}"
124124
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__ = "0.3.3"
3+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)