Skip to content

Commit 8596d91

Browse files
committed
fix
1 parent 8782a3c commit 8596d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ def get_git_version_suffix():
748748

749749
setup(
750750
name=os.environ.get("TRITON_WHEEL_NAME", "triton"),
751-
version="3.3.0" + get_git_version_suffix() + os.environ.get("TRITON_WHEEL_VERSION_SUFFIX", ""),
751+
version="3.3.0" + os.environ.get("TRITON_WHEEL_VERSION_SUFFIX", ""),
752752
author="Philippe Tillet",
753753
author_email="phil@openai.com",
754754
description="A language and compiler for custom Deep Learning operations",

0 commit comments

Comments
 (0)