-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This resets the release version back to 0.0.28 in favor of incrementing devN instead of the patch during development. This lets us safely publish it to pypi for interested users without having anyone mistakenly start to use it.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langkit" | ||
version = "0.0.104" | ||
version = "0.0.28.dev0" | ||
description = "A language toolkit for monitoring LLM interactions" | ||
authors = ["WhyLabs.ai <[email protected]>"] | ||
homepage = "https://docs.whylabs.ai/docs/large-language-model-monitoring" | ||
|