Skip to content

Commit

Permalink
Release version: 0.51.31-dev0 → 0.51.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Weave Build Bot committed Jan 24, 2025
1 parent 0f4a35d commit 8de9f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ module = "weave_query.*"
ignore_errors = true

[tool.bumpversion]
current_version = "0.51.31-dev0"
current_version = "0.51.31"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.
Expand Down
2 changes: 1 addition & 1 deletion weave/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
"""

VERSION = "0.51.31-dev0"
VERSION = "0.51.31"

0 comments on commit 8de9f83

Please sign in to comment.