disable hash stamping

This commit is contained in:
Paul Gauthier 2024-08-30 13:46:29 -07:00
parent 8fa520083f
commit 33a40f33f6

View file

@ -16,7 +16,7 @@ except subprocess.CalledProcessError:
cog.out(f'git_hash = "{git_hash}"')
]]]"""
git_hash = "fc71d92"
git_hash = None
"""[[[end]]]"""
if "-dev" in __version__ and git_hash: