Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhogg committed Jan 31, 2024
1 parent cfe1926 commit 54bb279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GPTAuthor is a tool for writing long form, multi-chapter stories and novels usin

## Installation

You can install llmgraph using pip:
You can install gptauthor using pip:

```bash
pip install gptauthor
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gptauthor"
version = "0.1.0"
version = "0.3.0"
description = "GPTAuthor is a tool for writing long form stories using AI"
authors = ["Dylan Hogg <[email protected]>"]
license = "MIT"
Expand All @@ -11,7 +11,7 @@ classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
]
# include = ["TODO: any files to include in the package"]
include = ["prompts-openai-drama.yaml"]

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 54bb279

Please sign in to comment.