From b8082620b31946054c56cc141f12239d16250388 Mon Sep 17 00:00:00 2001 From: Vaibhav Gupta Date: Wed, 25 Oct 2023 11:06:11 -0700 Subject: [PATCH] [BUMP:py_client:1.3.1] --- clients/python/.bumpversion.cfg | 2 +- clients/python/gloo_py/__init__.py | 2 +- clients/python/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/python/.bumpversion.cfg b/clients/python/.bumpversion.cfg index 02209f236..f354d07d1 100644 --- a/clients/python/.bumpversion.cfg +++ b/clients/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 commit = False tag = False parse = ^(?P\d+)\.(?P\d+)\.(?P\d+)(?:\.(?P
dev)(?P\d+))?$
diff --git a/clients/python/gloo_py/__init__.py b/clients/python/gloo_py/__init__.py
index a0d3a562b..f38de3848 100644
--- a/clients/python/gloo_py/__init__.py
+++ b/clients/python/gloo_py/__init__.py
@@ -7,7 +7,7 @@
 from gloo_internal.llm_client import LLMClient, OpenAILLMClient
 
 
-__version__ = "1.3.0"
+__version__ = "1.3.1"
 
 __all__ = [
     "CodeVariant",
diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml
index 22afde962..4faf80e14 100644
--- a/clients/python/pyproject.toml
+++ b/clients/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
 
 [tool.poetry]
 name = "gloo-lib"
-version = "1.3.0"
+version = "1.3.1"
 description = ""
 authors = [ "Gloo ",]
 [[tool.poetry.packages]]