Skip to content

Commit

Permalink
Semantic release pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
tyfiero committed Nov 13, 2024
1 parent 7d6a9e0 commit f48d1b6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tool-use-ai"
version = "1.1.4"
version = "1.1.5"
description = "Tools to simplify life with AI"
authors = ["Ty Fiero <[email protected]>", "Mike Bird <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -43,4 +43,10 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
ai = "tool_use.cli:main"
tooluse = "tool_use.tooluse.cli:main"
tooluse = "tool_use.tooluse.cli:main"

[tool.semantic_release]
version_variable = ["pyproject.toml:tool.poetry.version"]
branch = "main"
commit_message = "chore: bump version to {version}"
build_command = "poetry build"

0 comments on commit f48d1b6

Please sign in to comment.