Skip to content

Commit

Permalink
[BUMP:cli:0.2.1-canary.2] [BUMP:py_client:0.4.2.dev4] [BUMP:vscode_e…
Browse files Browse the repository at this point in the history
…xt:0.2.15] (#136)

Automated flow to bump version [BUMP:cli:0.2.1-canary.2]
[BUMP:py_client:0.4.2.dev4] [BUMP:vscode_ext:0.2.15]
  • Loading branch information
hellovai authored Nov 24, 2023
1 parent 31b608a commit ffab9a7
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 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 = 0.4.2.dev3
current_version = 0.4.2.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/baml_version/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.2.dev3"
__version__ = "0.4.2.dev4"
2 changes: 1 addition & 1 deletion clients/python/baml_version/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.2.dev3"
__version__ = "0.4.2.dev4"

if __name__ == "__main__":
print(__version__)
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 = "baml"
version = "0.4.2.dev3"
version = "0.4.2.dev4"
description = ""
authors = [ "Gloo <[email protected]>",]

Expand Down
2 changes: 1 addition & 1 deletion engine/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1-canary.1
current_version = 0.2.1-canary.2
commit = False
tag = False
parse = ^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<pre>canary)\.(?P<prerelease>\d+))?$
Expand Down
18 changes: 9 additions & 9 deletions engine/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 engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ indoc = "2.0.1"

#
[workspace.package]
version = "0.2.1-canary.1"
version = "0.2.1-canary.2"
authors = ["Gloo <[email protected]>"]

description = "BAML Toolchain"
Expand Down
2 changes: 1 addition & 1 deletion typescript/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.14
current_version = 0.2.15
commit = False
tag = False
parse = ^(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)$
Expand Down
2 changes: 1 addition & 1 deletion typescript/vscode-ext/packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "baml",
"displayName": "Baml",
"description": "BAML is a DSL for AI applications.",
"version": "0.2.14",
"version": "0.2.15",
"publisher": "Gloo",
"repository": "https://github.com/GlooHQ/gloo-lang",
"homepage": "https://trygloo.com",
Expand Down

0 comments on commit ffab9a7

Please sign in to comment.