hint build_scripts (#14739)

This commit is contained in:
Kyle Altendorf 2023-03-06 12:55:02 -05:00 committed by GitHub
parent 2d44e510b6
commit d208359a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from setuptools_scm import get_version
# example: 1.0b5.dev225
def main():
def main() -> None:
scm_full_version = get_version(root="..", relative_to=__file__)
# scm_full_version = "1.0.5.dev22"