Skip to content

Commit

Permalink
fix: Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 1, 2024
1 parent f7394be commit b0b0f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build-backend = "poetry.core.masonry.api"
[tool.semantic_release]
version_variables = [
"setup.py:__version__",
"src/nbiatoolkit/main.py:__version__",
"src/nbiatoolkit/nbia.py:__version__",
]
version_toml = [
"pyproject.toml:tool.poetry.version",
Expand Down Expand Up @@ -78,4 +78,4 @@ patch_tags = [
"test",
"fix",
"docs"
]
]

0 comments on commit b0b0f0a

Please sign in to comment.