Skip to content

Commit a0b54a0

Browse files
author
Weave Build Bot
committed
Release version: 0.51.32-dev0 → 0.51.32
1 parent 20cc4da commit a0b54a0

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

232232
[tool.bumpversion]
233-
current_version = "0.51.32-dev0"
233+
current_version = "0.51.32"
234234
parse = """(?x)
235235
(?P<major>0|[1-9]\\d*)\\.
236236
(?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.32-dev0"
47+
VERSION = "0.51.32"

0 commit comments

Comments
 (0)