From 6bb07dba49853faef73979de4795ba0cbe30b38e Mon Sep 17 00:00:00 2001 From: Travis Addair Date: Wed, 24 Apr 2024 09:23:36 -0700 Subject: [PATCH] Python client v0.5.0 --- clients/python/lorax/__init__.py | 2 +- clients/python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/python/lorax/__init__.py b/clients/python/lorax/__init__.py index f23ec6ef6..0f2e0f860 100644 --- a/clients/python/lorax/__init__.py +++ b/clients/python/lorax/__init__.py @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0" +__version__ = "0.5.0" from lorax.client import Client, AsyncClient, MergedAdapters diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index d2f2af059..9c421dce2 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -3,7 +3,7 @@ name = "lorax-client" packages = [ {include = "lorax"} ] -version = "0.4.0" +version = "0.5.0" description = "LoRAX Python Client" license = "Apache-2.0" authors = ["Travis Addair ", "Olivier Dehaene "]