From 04107c9f5d63f7dbfe5011839d387f4330278298 Mon Sep 17 00:00:00 2001 From: Vaibhav Gupta Date: Sun, 26 Nov 2023 00:37:20 -0800 Subject: [PATCH] Patch py client v0.5.1 --- 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 c5d22cea4..1a69962da 100644 --- a/clients/python/.bumpversion.cfg +++ b/clients/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.5.1 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 3d187266f..dd9b22ccc 100644
--- a/clients/python/baml_version/__init__.py
+++ b/clients/python/baml_version/__init__.py
@@ -1 +1 @@
-__version__ = "0.5.0"
+__version__ = "0.5.1"
diff --git a/clients/python/baml_version/__main__.py b/clients/python/baml_version/__main__.py
index 8be53c9dd..f51eff5a5 100644
--- a/clients/python/baml_version/__main__.py
+++ b/clients/python/baml_version/__main__.py
@@ -1,4 +1,4 @@
-__version__ = "0.5.0"
+__version__ = "0.5.1"
 
 if __name__ == "__main__":
     print(__version__)
diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml
index 5d4f6a030..320bf2c0d 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.0"
+version = "0.5.1"
 description = ""
 authors = [ "Gloo ",]