Skip to content

Commit

Permalink
Merge pull request #103 from CUQI-DTU/fix_github_tag_prefix
Browse files Browse the repository at this point in the history
Fix GitHub tag prefix
  • Loading branch information
nabriis committed Sep 19, 2022
2 parents 8cda90d + 53e3ca1 commit f75aebf
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 @@ -32,5 +32,5 @@ VCS = "git"
style = "pep440-pre" # This style is compliant with PyPI
versionfile_source = "cuqi/_version.py"
versionfile_build = "cuqi/_version.py"
tag_prefix = ""
tag_prefix = "v" # Tag is prefixed with "v" (e.g. v1.0.0)
parentdir_prefix = "cuqi-"

0 comments on commit f75aebf

Please sign in to comment.