Skip to content

Commit 983dd75

Browse files
author
Anthony Naddeo
committed
bump version
1 parent 1cf5446 commit 983dd75

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.69
2+
current_version = 0.0.70
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.69"
3+
version = "0.0.70"
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)