diff --git a/setup.py b/setup.py index d5cc110597a3..f678d2ea3054 100644 --- a/setup.py +++ b/setup.py @@ -19,10 +19,10 @@ project_name = 'jax' -_current_jaxlib_version = '0.4.29' +_current_jaxlib_version = '0.4.30' # The following should be updated with each new jaxlib release. _latest_jaxlib_version_on_pypi = '0.4.29' -_libtpu_version = '0.1.dev20240609' +_libtpu_version = '0.1.dev20240617' def load_version_module(pkg_path): spec = importlib.util.spec_from_file_location(