Skip to content

Commit 770d3dd

Browse files
author
Weave Build Bot
committed
Release version: 0.51.25-dev0 → 0.51.25
1 parent 2fd1196 commit 770d3dd

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
@@ -226,7 +226,7 @@ module = "weave_query.*"
226226
ignore_errors = true
227227

228228
[tool.bumpversion]
229-
current_version = "0.51.25-dev0"
229+
current_version = "0.51.25"
230230
parse = """(?x)
231231
(?P<major>0|[1-9]\\d*)\\.
232232
(?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.25-dev0"
47+
VERSION = "0.51.25"

0 commit comments

Comments
 (0)