Skip to content

Commit

Permalink
chore: Update version to 0.3.0 and add classifiers to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
slashtechno committed Jun 3, 2024
1 parent 71fab15 commit 2177f19
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# I think PDM uses a standard pyproject.toml file so it might be a good idea to eventually migrate to that
# https://pdm-project.org/
[tool.poetry]
name = "llmail"
version = "0.2.5"
version = "0.3.0"
description = "Interact with LLMs via email"
authors = ["slashtechno <[email protected]>"]
repository = "https://github.com/slashtechno/llmail"
keywords = ["llm", "email", "ai", "openai"]
license = "GNU Affero General Public License v3"
readme = "README.md"
classifiers = [
"License :: OSI Approved :: GNU Affero General Public License v3",
"Programming Language :: Python",
]

[tool.poetry.dependencies]
python = ">=3.10.0,<4.0.0"
Expand Down

0 comments on commit 2177f19

Please sign in to comment.