Skip to content

Commit

Permalink
Reset release version
Browse files Browse the repository at this point in the history
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
naddeoa committed Mar 26, 2024
1 parent e90f691 commit 072c0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.104
current_version = 0.0.28.dev0
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
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"
Expand Down

0 comments on commit 072c0a1

Please sign in to comment.