From ba306b863661a6226c524d68cdfe230b7e5814f6 Mon Sep 17 00:00:00 2001 From: proguy914629 Date: Wed, 5 Jan 2022 21:39:13 +0700 Subject: [PATCH] Upgrade version and add support for the new AI endpoints Upgrade version to 0.4.0 and have support for text generation, sentiment and summarization endpoints --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d570e8a..f3ed661 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OpenRobot-API-Wrapper" -version = "0.3.0.6" +version = "0.4.0" description = "A API Wrapper for the official OpenRobot API (https://api.openrobot.xyz)." authors = ["OpenRobot Packages ", "proguy914629 "] license = "MIT"