From 248f0506979139d94005c08be58e94e8225f15ea Mon Sep 17 00:00:00 2001 From: Kye Date: Thu, 19 Oct 2023 13:24:55 -0400 Subject: [PATCH] clean up --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0f4b28..8a4686e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "dalle3" -version = "0.0.7" +version = "0.0.8" description = "dalle3 - Pytorch" license = "MIT" authors = ["Kye Gomez "]