Skip to content

Commit 4608ac3

Browse files
committed
Bump version: 0.13.0 → 0.13.1
1 parent 518c26e commit 4608ac3

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
@@ -103,7 +103,7 @@ ignore = [
103103
max-complexity = 12
104104

105105
[tool.bumpversion]
106-
current_version = "0.13.0"
106+
current_version = "0.13.1"
107107
search = "{current_version}"
108108
replace = "{new_version}"
109109
regex = false

rio_viz/__init__.py

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

3-
__version__ = "0.13.0"
3+
__version__ = "0.13.1"
44

55
from rio_viz.app import viz # noqa

0 commit comments

Comments
 (0)