Skip to content

Commit

Permalink
feat: version style with master and dev branch distance
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Dec 26, 2024
1 parent 54a01de commit 1f8ca7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ml_project/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_version_dict():

return get_version_dict_wo_exec(
cwd=cwd,
style="pep440",
style="pep440-master",
tag_prefix="v",
parentdir_prefix=None,
)

0 comments on commit 1f8ca7b

Please sign in to comment.