Skip to content

Commit 72f5e5f

Browse files
author
Weave Build Bot
committed
Release version: 0.51.16-dev0 → 0.51.16
1 parent ea482fa commit 72f5e5f

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
@@ -189,7 +189,7 @@ module = "weave_query.*"
189189
ignore_errors = true
190190

191191
[tool.bumpversion]
192-
current_version = "0.51.16-dev0"
192+
current_version = "0.51.16"
193193
parse = """(?x)
194194
(?P<major>0|[1-9]\\d*)\\.
195195
(?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.16-dev0"
47+
VERSION = "0.51.16"

0 commit comments

Comments
 (0)