From a7cc4dc9daffe7eee3a579a38d2f8f3e0fd4b8ca Mon Sep 17 00:00:00 2001 From: drbh Date: Mon, 4 Mar 2024 14:29:27 +0000 Subject: [PATCH] fix: bump client version --- 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 4fe6e8b0c..56b3b262a 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "text-generation" -version = "0.6.1" +version = "0.6.2" description = "Hugging Face Text Generation Python Client" license = "Apache-2.0" authors = ["Olivier Dehaene "]