From bcd2e9863e96410bc881df18986930090a82eee7 Mon Sep 17 00:00:00 2001 From: Ian Macleod Date: Tue, 19 Sep 2023 02:28:58 +0000 Subject: [PATCH] bump pypi version --- clients/python/pyproject.toml | 2 +- clients/python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index 51afec3e..fbe0ddde 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scale-llm-engine" -version = "0.0.0.beta13" +version = "0.0.0.beta14" description = "Scale LLM Engine Python client" license = "Apache-2.0" authors = ["Phil Chen "] diff --git a/clients/python/setup.py b/clients/python/setup.py index 2b51d491..c37b0da6 100644 --- a/clients/python/setup.py +++ b/clients/python/setup.py @@ -3,6 +3,6 @@ setup( name="scale-llm-engine", python_requires=">=3.7", - version="0.0.0.beta13", + version="0.0.0.beta14", packages=find_packages(), )