Skip to content

Commit

Permalink
Release version: 0.51.19-dev0 → 0.51.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Weave Build Bot committed Nov 4, 2024
1 parent cf572b9 commit b74e67a
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 @@ -206,7 +206,7 @@ module = "weave_query.*"
ignore_errors = true

[tool.bumpversion]
current_version = "0.51.19-dev0"
current_version = "0.51.19"
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.19-dev0"
VERSION = "0.51.19"

0 comments on commit b74e67a

Please sign in to comment.