Skip to content

Commit

Permalink
[BUMP:py_client:0.19.0.dev0]
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Mar 29, 2024
1 parent a5cb780 commit 17d2d7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.18.0
current_version = 0.19.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/baml_version/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.0"
__version__ = "0.19.0.dev0"
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.18.0"
__version__ = "0.19.0.dev0"

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.18.0"
version = "0.19.0.dev0"
description = ""
authors = ["Boundary <[email protected]>"]

Expand Down

0 comments on commit 17d2d7e

Please sign in to comment.