Skip to content

Commit cf0280b

Browse files
committed
9.0.0rc1 -> 9.0.0rc2
1 parent 5935171 commit cf0280b

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
@@ -168,7 +168,7 @@ exclude = [
168168
max-complexity = 14
169169

170170
[tool.bumpversion]
171-
current_version = "9.0.0rc1"
171+
current_version = "9.0.0rc2"
172172
parse = """(?x)
173173
(?P<major>\\d+)\\.
174174
(?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.0rc1"
3+
__version__ = "9.0.0rc2"
44

55
from . import (
66
colormap,

0 commit comments

Comments
 (0)