From f48dc922f2e946e7da1c1fb48f199fddb5face3f Mon Sep 17 00:00:00 2001 From: hellovai Date: Tue, 14 Nov 2023 14:58:22 -0800 Subject: [PATCH] [BUMP:py_client:0.4.2.dev1] (#117) Automated flow to bump version [BUMP:py_client:0.4.2.dev1] --- 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 45982d397..e0ff79263 100644 --- a/clients/python/.bumpversion.cfg +++ b/clients/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.2.dev0 +current_version = 0.4.2.dev1 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 6f30587c7..cff78a7b3 100644
--- a/clients/python/baml_version/__init__.py
+++ b/clients/python/baml_version/__init__.py
@@ -1 +1 @@
-__version__ = "0.4.2.dev0"
+__version__ = "0.4.2.dev1"
diff --git a/clients/python/baml_version/__main__.py b/clients/python/baml_version/__main__.py
index a742c397d..d789dc725 100644
--- a/clients/python/baml_version/__main__.py
+++ b/clients/python/baml_version/__main__.py
@@ -1,4 +1,4 @@
-__version__ = "0.4.2.dev0"
+__version__ = "0.4.2.dev1"
 
 if __name__ == "__main__":
     print(__version__)
diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml
index 7328169ef..a2fbb3937 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.4.2.dev0"
+version = "0.4.2.dev1"
 description = ""
 authors = [ "Gloo ",]