Skip to content

Commit

Permalink
fix: trigger release with changes to pyproject.toml to update __versi…
Browse files Browse the repository at this point in the history
…on__
  • Loading branch information
danellecline committed Aug 22, 2024
1 parent 4f19466 commit 6b7f641
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name = "sdcat"
version = "1.10.0"
description = "Sliced Detection and Clustering Analysis Toolkit - Developed by MBARI"
authors = [
"Danelle Cline <[email protected]>",
"Duane Edgington <[email protected]>",
"Fernanda Lecaros Saavedra <[email protected]>",
{name = "Danelle Cline", email = "[email protected]"},
{name = "Duane Edgington", email = "[email protected]"},
{name = "Fernanda Lecaros Saavedra", email = "[email protected]"},
]
license = "Apache"
readme = "README.md"
Expand All @@ -21,6 +21,8 @@ sdcat = "sdcat.__main__:cli"
branch = "main"
upload_to_PyPI = false
upload_to_release = true
tag_format = "v{version}"
commit_version_number = true
version_variable = [
"sdcat/__init__.py:__version__"
]
Expand Down

0 comments on commit 6b7f641

Please sign in to comment.