Skip to content

Commit d4400d7

Browse files
author
alain-sv
committed
Merge branch 'main' of https://github.com/supervaize/supervaizer into gitbutler/workspace
2 parents 4409102 + 1f0b8fb commit d4400d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ mypy_path = "src"
126126
disallow_any_expr = false
127127

128128
[tool.bumpversion]
129-
current_version = "0.10.25"
129+
current_version = "0.10.26"
130130
commit = true
131131
tag = true
132132
tag_name = "v{new_version}"

src/supervaizer/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# https://mozilla.org/MPL/2.0/.
66

77

8-
VERSION = "0.10.25"
8+
VERSION = "0.10.26"
99
API_VERSION = "v1"
1010
TELEMETRY_VERSION = "v1"

0 commit comments

Comments
 (0)