Skip to content

Commit ed84d8a

Browse files
author
Weave Build Bot
committed
Release version: 0.51.26-dev0 → 0.51.26
1 parent 4ca3a96 commit ed84d8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ module = "weave_query.*"
237237
ignore_errors = true
238238

239239
[tool.bumpversion]
240-
current_version = "0.51.26-dev0"
240+
current_version = "0.51.26"
241241
parse = """(?x)
242242
(?P<major>0|[1-9]\\d*)\\.
243243
(?P<minor>0|[1-9]\\d*)\\.

weave/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
4545
"""
4646

47-
VERSION = "0.51.26-dev0"
47+
VERSION = "0.51.26"

0 commit comments

Comments
 (0)