Skip to content

Commit

Permalink
Fix versioneer parsing version prefix (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson authored Nov 6, 2023
1 parent 90e7053 commit 9170cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ VCS = git
style = pep440
versionfile_source = openff/evaluator/_version.py
versionfile_build = openff/evaluator/_version.py
tag_prefix = ''
tag_prefix = v
parentdir_prefix = openff-evaluator-

0 comments on commit 9170cc1

Please sign in to comment.