Skip to content

Commit e0d208e

Browse files
committed
v0.6.0-release
1 parent d96b84e commit e0d208e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fbgemm_gpu/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def generate_package_version(cls, package_name: str, variant_version: str):
260260
# Remove the local version identifier, if any (e.g. 0.4.0rc0.post0+git.6a63116c.dirty => 0.4.0rc0.post0)
261261
# Then remove post0 (keep postN for N > 0) (e.g. 0.4.0rc0.post0 => 0.4.0rc0)
262262
version = re.sub(".post0$", "", gitversion.version_from_git().split("+")[0])
263-
version = 0.6.0
263+
version = "0.6.0"
264264
version = str(version) + variant_version
265265
print(f"[SETUP.PY] Setting the full package version string: {version}")
266266
return version

0 commit comments

Comments
 (0)