From d775ef6f328a0e1ff34a7f1e9a3862d63adb6c6f Mon Sep 17 00:00:00 2001 From: Aaron Villalpando Date: Sun, 15 Oct 2023 19:59:30 -0700 Subject: [PATCH] [BUMP:py_client:1.3.0] --- 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 93dbd449a..02209f236 100644 --- a/clients/python/.bumpversion.cfg +++ b/clients/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0.dev6 +current_version = 1.3.0 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 942b150bc..a0d3a562b 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.dev6"
+__version__ = "1.3.0"
 
 __all__ = [
     "CodeVariant",
diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml
index 2e7a2dbd9..22afde962 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.dev6"
+version = "1.3.0"
 description = ""
 authors = [ "Gloo ",]
 [[tool.poetry.packages]]