Skip to content

Commit 8330a7d

Browse files
committed
Update default IPEX version to 1.2.0
1 parent 915b36b commit 8330a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def get_git_head_sha(base_dir):
9999

100100

101101
def get_build_version(ipex_git_sha):
102-
version = os.getenv('TORCH_IPEX_VERSION', '1.0.0')
102+
version = os.getenv('TORCH_IPEX_VERSION', '1.2.0')
103103
if _check_env_flag('VERSIONED_IPEX_BUILD', default='0'):
104104
try:
105105
version += '+' + ipex_git_sha[:7]

0 commit comments

Comments
 (0)