Prepare for 0.4.30 release.

This commit is contained in:
Peter Hawkins 2024-06-18 07:34:45 -04:00
parent dfcfb36062
commit 3f4f79c83e

View File

@ -19,10 +19,10 @@ from setuptools import setup, find_packages
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(