From 5d04525cb9c12065e4284fac782f1da9379537b9 Mon Sep 17 00:00:00 2001 From: OlivierDehaene Date: Thu, 23 Mar 2023 18:07:20 +0100 Subject: [PATCH] feat(python-client): release v0.4.0 (#135) --- 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 2aa396b8..505717de 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "text-generation" -version = "0.3.1" +version = "0.4.0" description = "Hugging Face Text Generation Python Client" license = "Apache-2.0" authors = ["Olivier Dehaene "]