Skip to content

Commit dd51de2

Browse files
committed
9.0.0a4 -> 9.0.0a5
1 parent c3d545a commit dd51de2

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
@@ -158,7 +158,7 @@ exclude = [
158158
max-complexity = 14
159159

160160
[tool.bumpversion]
161-
current_version = "9.0.0a4"
161+
current_version = "9.0.0a5"
162162
parse = """(?x)
163163
(?P<major>\\d+)\\.
164164
(?P<minor>\\d+)\\.

rio_tiler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""rio-tiler."""
22

3-
__version__ = "9.0.0a4"
3+
__version__ = "9.0.0a5"
44

55
from . import (
66
colormap,

0 commit comments

Comments
 (0)