Skip to content

Commit

Permalink
Update version to 0.0.32 (#307)
Browse files Browse the repository at this point in the history
Co-authored-by: w0-automator <[email protected]>
  • Loading branch information
w0-automator and w0-automator authored May 28, 2024
1 parent f8b546a commit 16ddaf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.31
current_version = 0.0.32
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langkit"
version = "0.0.31"
version = "0.0.32"
description = "A language toolkit for monitoring LLM interactions"
authors = ["WhyLabs.ai <[email protected]>"]
homepage = "https://docs.whylabs.ai/docs/large-language-model-monitoring"
Expand Down

0 comments on commit 16ddaf5

Please sign in to comment.