Skip to content

Commit 7060f15

Browse files
committed
[FBGEMM] build with PyTorch RC2
1 parent 5a811fa commit 7060f15

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
@@ -48,7 +48,7 @@ def generate_package_version(package_name: str):
4848
print("version from gitversion: ", version)
4949
print(gitversion.version_from_git())
5050
# Manually change version
51-
version = "0.5.0rc2"
51+
version = "0.5.0rc3"
5252
print(f"[SETUP.PY] Setting the package version: {version}")
5353
return version
5454

0 commit comments

Comments
 (0)