We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d545a commit dd51de2Copy full SHA for dd51de2
pyproject.toml
@@ -158,7 +158,7 @@ exclude = [
158
max-complexity = 14
159
160
[tool.bumpversion]
161
-current_version = "9.0.0a4"
+current_version = "9.0.0a5"
162
parse = """(?x)
163
(?P<major>\\d+)\\.
164
(?P<minor>\\d+)\\.
rio_tiler/__init__.py
@@ -1,6 +1,6 @@
1
"""rio-tiler."""
2
3
-__version__ = "9.0.0a4"
+__version__ = "9.0.0a5"
4
5
from . import (
6
colormap,
0 commit comments