Skip to content

Commit

Permalink
[BUMP:py_client:1.4.0.dev0] (#23)
Browse files Browse the repository at this point in the history
Automated flow to bump version [BUMP:py_client:1.4.0.dev0]
  • Loading branch information
aaronvg authored Oct 16, 2023
1 parent 6272130 commit 22dd8bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/python/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0.dev6
current_version = 1.4.0.dev0
commit = False
tag = False
parse = ^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:\.(?P<pre>dev)(?P<prerelease>\d+))?$
Expand Down
2 changes: 1 addition & 1 deletion clients/python/gloo_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from gloo_internal.llm_client import LLMClient, OpenAILLMClient


__version__ = "1.3.0.dev6"
__version__ = "1.4.0.dev0"

__all__ = [
"CodeVariant",
Expand Down
2 changes: 1 addition & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "gloo-lib"
version = "1.3.0.dev6"
version = "1.4.0.dev0"
description = ""
authors = [ "Gloo <[email protected]>",]
[[tool.poetry.packages]]
Expand Down

0 comments on commit 22dd8bb

Please sign in to comment.