We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518c26e commit 4608ac3Copy full SHA for 4608ac3
pyproject.toml
@@ -103,7 +103,7 @@ ignore = [
103
max-complexity = 12
104
105
[tool.bumpversion]
106
-current_version = "0.13.0"
+current_version = "0.13.1"
107
search = "{current_version}"
108
replace = "{new_version}"
109
regex = false
rio_viz/__init__.py
@@ -1,5 +1,5 @@
1
"""rio_viz."""
2
3
-__version__ = "0.13.0"
+__version__ = "0.13.1"
4
5
from rio_viz.app import viz # noqa
0 commit comments