From 48fdcc6b157f50dda220a7b2b98a5489d4c0970e Mon Sep 17 00:00:00 2001 From: UesleiDev <63914812+uesleibros@users.noreply.github.com> Date: Sun, 14 May 2023 20:04:39 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51a1411..b1cd4ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "opengpt4" -version = "0.1.3" +version = "0.1.4" description = "" authors = [] license = "GPL-3.0"