Skip to content

Commit

Permalink
v0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhogg committed Jan 31, 2024
1 parent 696c38b commit 987f90f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
[tool.poetry]
name = "gptauthor"
version = "0.4.0"
version = "0.5.0"
description = "GPTAuthor is a tool for writing long form stories using AI"
authors = ["Dylan Hogg <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/dylanhogg/gptauthor"
keywords = ["GPTAuthor"]
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Games/Entertainment",
]
include = ["prompts-openai-drama.yaml"]

Expand Down

0 comments on commit 987f90f

Please sign in to comment.