Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Naddeo committed Feb 26, 2024
1 parent d308d87 commit aa486e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.73
current_version = 0.0.75
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langkit"
version = "0.0.73"
version = "0.0.75"
description = "A language toolkit for monitoring LLM interactions"
authors = ["WhyLabs.ai <[email protected]>"]
homepage = "https://docs.whylabs.ai/docs/large-language-model-monitoring"
Expand All @@ -12,7 +12,7 @@ readme = "DESCRIPTION.md"
python = ">=3.8,<4"
textstat = "^0.7.3"
pandas = "*"
whylogs = {url = "https://whypy.s3.us-west-2.amazonaws.com/whylogs-1.3.23.dev4-py3-none-any.whl"}
whylogs = {url = "https://whypy.s3.us-west-2.amazonaws.com/whylogs-1.3.23.dev5-py3-none-any.whl"}


# optional dependencies
Expand Down

0 comments on commit aa486e9

Please sign in to comment.