From 283abdabf37613a5ba3781b41d09a8a96e504d4f Mon Sep 17 00:00:00 2001 From: JackCaoG <59073027+JackCaoG@users.noreply.github.com> Date: Wed, 12 Jun 2024 10:14:46 -0700 Subject: [PATCH] Move nightly version to 2.5.0 (#7245) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b6ecb4af6f..50c31bac981 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ def get_git_head_sha(base_dir): def get_build_version(xla_git_sha): - version = os.getenv('TORCH_XLA_VERSION', '2.4.0') + version = os.getenv('TORCH_XLA_VERSION', '2.5.0') if build_util.check_env_flag('GIT_VERSIONED_XLA_BUILD', default='TRUE'): try: version += '+git' + xla_git_sha[:7]