Skip to content

Commit

Permalink
[BUMP:cli:0.4.0-canary.3] [BUMP:py_client:1.3.0.dev4] [BUMP:vscode_e…
Browse files Browse the repository at this point in the history
…xt:0.5.0-canary.5] (#12)
  • Loading branch information
hellovai authored Oct 10, 2023
1 parent 9e1969c commit 299803d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cli/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0-canary.2
current_version = 0.4.0-canary.3
commit = False
tag = False
parse = ^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<pre>canary)\.(?P<prerelease>\d+))?$
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gloo"
version = "0.4.0-canary.2"
version = "0.4.0-canary.3"
edition = "2021"
build = "build.rs"

Expand Down
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.dev3
current_version = 1.3.0.dev4
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.dev3"
__version__ = "1.3.0.dev4"

__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.dev3"
version = "1.3.0.dev4"
description = ""
authors = [ "Gloo <[email protected]>",]
[[tool.poetry.packages]]
Expand Down
2 changes: 1 addition & 1 deletion vscode-ext/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0-canary.4
current_version = 0.5.0-canary.5
commit = False
tag = False
parse = ^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<pre>canary)\.(?P<prerelease>\d+))?$
Expand Down

0 comments on commit 299803d

Please sign in to comment.