From 387e17e30d74ef775f91dabf5893ca96d618b294 Mon Sep 17 00:00:00 2001 From: Noah Yoshida Date: Wed, 7 Aug 2024 12:55:53 -0700 Subject: [PATCH] bump version (#569) --- clients/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index fd15457e6..b65da9cb7 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -3,7 +3,7 @@ name = "lorax-client" packages = [ {include = "lorax"} ] -version = "0.6.1" +version = "0.6.2" description = "LoRAX Python Client" license = "Apache-2.0" authors = ["Travis Addair ", "Olivier Dehaene "]