From 7fd93027854e902263dda0e06cab5177af8ec484 Mon Sep 17 00:00:00 2001 From: Yash Katariya Date: Mon, 29 Jul 2024 12:49:08 -0700 Subject: [PATCH] Start JAX and jaxlib 0.4.31 release PiperOrigin-RevId: 657295431 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d0f608e7f05a..f5235777ba5d 100644 --- a/setup.py +++ b/setup.py @@ -19,10 +19,10 @@ project_name = 'jax' -_current_jaxlib_version = '0.4.30' -# The following should be updated with each new jaxlib release. +_current_jaxlib_version = '0.4.31' +# The following should be updated after each new jaxlib release. _latest_jaxlib_version_on_pypi = '0.4.30' -_libtpu_version = '0.1.dev20240617' +_libtpu_version = '0.1.dev20240729' def load_version_module(pkg_path): spec = importlib.util.spec_from_file_location(