From a0bebde25059c8dae435126705704bc1765f5ee2 Mon Sep 17 00:00:00 2001 From: Anthony Naddeo Date: Mon, 26 Feb 2024 11:50:25 -0800 Subject: [PATCH] bump version --- .bumpversion.cfg | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index de997f8..4b71f73 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.75 +current_version = 0.0.76 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? serialize = diff --git a/poetry.lock b/poetry.lock index 5e7ebd2..8e37636 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3900,12 +3900,12 @@ urllib3 = ">=1.25.3" [[package]] name = "whylogs" -version = "1.3.23.dev5" +version = "1.3.23.dev6" description = "Profile and monitor your ML data pipeline end-to-end" optional = false python-versions = ">=3.7.1,<4" files = [ - {file = "whylogs-1.3.23.dev5-py3-none-any.whl", hash = "sha256:9fc419bd396eaea0ed6a7f69b645ee3d3151d8d699701aa21442a8afd68cb1f6"}, + {file = "whylogs-1.3.23.dev6-py3-none-any.whl", hash = "sha256:9a8e6300548bb715c22e00e81cf36ced54cbcbc47e232e88fe37156416115c41"}, ] [package.dependencies] @@ -3934,7 +3934,7 @@ viz = ["Pillow (>=9.2.0,<10.0.0)", "ipython", "numpy", "numpy (>=1.23.2)", "pyba [package.source] type = "url" -url = "https://whypy.s3.us-west-2.amazonaws.com/whylogs-1.3.23.dev5-py3-none-any.whl" +url = "https://whypy.s3.us-west-2.amazonaws.com/whylogs-1.3.23.dev6-py3-none-any.whl" [[package]] name = "whylogs-sketching" @@ -4249,4 +4249,4 @@ torch = ["torch"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "7fd8f5330b032603d5cb4d73c2b610d1da6c0c48d1689e019eb1d3fe419dea81" +content-hash = "b2f544a8d24f94f854d82295a3afb6a2080f9fbbfe66b27475bc2643c10f9ad5" diff --git a/pyproject.toml b/pyproject.toml index e26f5a6..8983881 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langkit" -version = "0.0.75" +version = "0.0.76" description = "A language toolkit for monitoring LLM interactions" authors = ["WhyLabs.ai "] homepage = "https://docs.whylabs.ai/docs/large-language-model-monitoring" @@ -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.dev5-py3-none-any.whl"} +whylogs = {url = "https://whypy.s3.us-west-2.amazonaws.com/whylogs-1.3.23.dev6-py3-none-any.whl"} # optional dependencies