Skip to content

Commit 22d7997

Browse files
committed
Update version to 1.1.0
1 parent 672c6aa commit 22d7997

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
@@ -65,7 +65,7 @@ def get_git_head_sha(base_dir):
6565

6666

6767
def get_build_version(ipex_git_sha):
68-
version = os.getenv('TORCH_IPEX_VERSION', '1.0.0')
68+
version = os.getenv('TORCH_IPEX_VERSION', '1.1.0')
6969
if _check_env_flag('VERSIONED_IPEX_BUILD', default='0'):
7070
try:
7171
version += '+' + ipex_git_sha[:7]

0 commit comments

Comments
 (0)