From 3f4f79c83ee06dbeece84f25abe67f5fefcf220b Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Tue, 18 Jun 2024 07:34:45 -0400 Subject: [PATCH] Prepare for 0.4.30 release. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(