Skip to content

Commit

Permalink
Fix the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 10, 2025
1 parent a61e80b commit 967879a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry_dynamic_versioning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ def _get_and_apply_version(
elif pep621:
name = pyproject["project"]["name"]
original = pyproject["tool"]["poetry"]["version"]
dynamic_array = pyproject["project"]["dynamic"].copy()
dynamic_array = pyproject["project"]["dynamic"]
else:
return None

Expand Down

0 comments on commit 967879a

Please sign in to comment.