Skip to content

Commit a27eee1

Browse files
author
Anthony Naddeo
committed
bump version
1 parent cf012db commit a27eee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.86
2+
current_version = 0.0.87
33
tag = False
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
55
serialize =

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langkit"
3-
version = "0.0.86"
3+
version = "0.0.87"
44
description = "A language toolkit for monitoring LLM interactions"
55
authors = ["WhyLabs.ai <[email protected]>"]
66
homepage = "https://docs.whylabs.ai/docs/large-language-model-monitoring"

0 commit comments

Comments
 (0)