From 44aa70589d97d252913b5fef795b38d9979422f6 Mon Sep 17 00:00:00 2001 From: Dylan Hogg Date: Thu, 1 Feb 2024 12:17:28 +1100 Subject: [PATCH] v1.0.1. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7093aa8..187ee01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gptauthor" -version = "1.0.0" +version = "1.0.1" description = "GPTAuthor is a tool for writing long form stories using AI" authors = ["Dylan Hogg "] license = "MIT" @@ -13,7 +13,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Games/Entertainment", ] -include = ["prompts-openai-drama.yaml"] +include = ["prompts-openai-drama.yaml", "prompts-echoes-of-atlantis.yaml"] [build-system] requires = ["poetry-core"]