From f6042b495564911af55cd044c928e40c946d1a62 Mon Sep 17 00:00:00 2001 From: youdaoyzbx Date: Wed, 30 Aug 2023 16:05:18 +0800 Subject: [PATCH] sync text-generation version to 0.6.0 with pyproject.toml --- clients/python/text_generation/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/python/text_generation/__init__.py b/clients/python/text_generation/__init__.py index 46109833..5ab10fdb 100644 --- a/clients/python/text_generation/__init__.py +++ b/clients/python/text_generation/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.3.0" +__version__ = "0.6.0" from text_generation.client import Client, AsyncClient from text_generation.inference_api import InferenceAPIClient, InferenceAPIAsyncClient