Skip to content

Commit 9421fc0

Browse files
committed
Bump version: 0.3.2 → 0.3.3
1 parent 77370fe commit 9421fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ namespace_packages = true
109109
explicit_package_bases = true
110110

111111
[tool.bumpversion]
112-
current_version = "0.3.2"
112+
current_version = "0.3.3"
113113
search = "{current_version}"
114114
replace = "{new_version}"
115115
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.2"
3+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)