Skip to content

Commit

Permalink
v0.6.0-release
Browse files Browse the repository at this point in the history
  • Loading branch information
spcyppt committed Jan 30, 2024
1 parent d96b84e commit e0d208e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbgemm_gpu/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def generate_package_version(cls, package_name: str, variant_version: str):
# Remove the local version identifier, if any (e.g. 0.4.0rc0.post0+git.6a63116c.dirty => 0.4.0rc0.post0)
# Then remove post0 (keep postN for N > 0) (e.g. 0.4.0rc0.post0 => 0.4.0rc0)
version = re.sub(".post0$", "", gitversion.version_from_git().split("+")[0])
version = 0.6.0
version = "0.6.0"
version = str(version) + variant_version
print(f"[SETUP.PY] Setting the full package version string: {version}")
return version
Expand Down

0 comments on commit e0d208e

Please sign in to comment.