Skip to content

Commit 1c5e4b8

Browse files
author
Weave Build Bot
committed
Release version: 0.51.22-dev0 → 0.51.22
1 parent 855a2a0 commit 1c5e4b8

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
@@ -222,7 +222,7 @@ module = "weave_query.*"
222222
ignore_errors = true
223223

224224
[tool.bumpversion]
225-
current_version = "0.51.22-dev0"
225+
current_version = "0.51.22"
226226
parse = """(?x)
227227
(?P<major>0|[1-9]\\d*)\\.
228228
(?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.22-dev0"
47+
VERSION = "0.51.22"

0 commit comments

Comments
 (0)