Skip to content

Commit

Permalink
fix: update path in toml for package version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 21, 2024
1 parent dd0d2f4 commit f6db43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build-backend = "poetry.core.masonry.api"
[tool.semantic_release]
version_variables = [
"setup.py:__version__",
"nbiatoolkit/__init__.py:__version__",
"src/nbiatoolkit/__init__.py:__version__",
]
version_toml = [
"pyproject.toml:tool.poetry.version",
Expand Down

0 comments on commit f6db43e

Please sign in to comment.