Skip to content

Commit bf6a8ef

Browse files
author
Weave Build Bot
committed
Release version: 0.51.27-dev0 → 0.51.27
1 parent 35f7295 commit bf6a8ef

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
@@ -229,7 +229,7 @@ module = "weave_query.*"
229229
ignore_errors = true
230230

231231
[tool.bumpversion]
232-
current_version = "0.51.27-dev0"
232+
current_version = "0.51.27"
233233
parse = """(?x)
234234
(?P<major>0|[1-9]\\d*)\\.
235235
(?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.27-dev0"
47+
VERSION = "0.51.27"

0 commit comments

Comments
 (0)