From 2ff159f03af34c35ac32a49334c746fdcb773f3d Mon Sep 17 00:00:00 2001 From: Aaron Villalpando Date: Wed, 29 Nov 2023 12:02:06 -0800 Subject: [PATCH] Release patch 0.5.2 for python client --- clients/python/.bumpversion.cfg | 2 +- clients/python/baml_version/__init__.py | 2 +- clients/python/baml_version/__main__.py | 2 +- clients/python/pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/python/.bumpversion.cfg b/clients/python/.bumpversion.cfg index 1a69962da..fe091a601 100644 --- a/clients/python/.bumpversion.cfg +++ b/clients/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.5.2 commit = False tag = False parse = ^(?P\d+)\.(?P\d+)\.(?P\d+)(?:\.(?P
dev)(?P\d+))?$
diff --git a/clients/python/baml_version/__init__.py b/clients/python/baml_version/__init__.py
index dd9b22ccc..722515271 100644
--- a/clients/python/baml_version/__init__.py
+++ b/clients/python/baml_version/__init__.py
@@ -1 +1 @@
-__version__ = "0.5.1"
+__version__ = "0.5.2"
diff --git a/clients/python/baml_version/__main__.py b/clients/python/baml_version/__main__.py
index f51eff5a5..4728efac1 100644
--- a/clients/python/baml_version/__main__.py
+++ b/clients/python/baml_version/__main__.py
@@ -1,4 +1,4 @@
-__version__ = "0.5.1"
+__version__ = "0.5.2"
 
 if __name__ == "__main__":
     print(__version__)
diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml
index 320bf2c0d..ad38bba86 100644
--- a/clients/python/pyproject.toml
+++ b/clients/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
 
 [tool.poetry]
 name = "baml"
-version = "0.5.1"
+version = "0.5.2"
 description = ""
 authors = [ "Gloo ",]