Skip to content

Commit 35c2e46

Browse files
author
Weave Build Bot
committed
Release version: 0.51.36-dev0 → 0.51.36
1 parent 7976b2c commit 35c2e46

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
@@ -253,7 +253,7 @@ module = "weave_query.*"
253253
ignore_errors = true
254254

255255
[tool.bumpversion]
256-
current_version = "0.51.36-dev0"
256+
current_version = "0.51.36"
257257
parse = """(?x)
258258
(?P<major>0|[1-9]\\d*)\\.
259259
(?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.36-dev0"
47+
VERSION = "0.51.36"

0 commit comments

Comments
 (0)