We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5935171 commit cf0280bCopy full SHA for cf0280b
pyproject.toml
@@ -168,7 +168,7 @@ exclude = [
168
max-complexity = 14
169
170
[tool.bumpversion]
171
-current_version = "9.0.0rc1"
+current_version = "9.0.0rc2"
172
parse = """(?x)
173
(?P<major>\\d+)\\.
174
(?P<minor>\\d+)\\.
rio_tiler/__init__.py
@@ -1,6 +1,6 @@
1
"""rio-tiler."""
2
3
-__version__ = "9.0.0rc1"
+__version__ = "9.0.0rc2"
4
5
from . import (
6
colormap,
0 commit comments