Skip to content

Commit 991797a

Browse files
author
jax authors
committed
Merge pull request #21765 from hawkinsp:release
PiperOrigin-RevId: 641876244
2 parents 5e7ad60 + e071053 commit 991797a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
project_name = 'jax'
2121

22-
_current_jaxlib_version = '0.4.28'
22+
_current_jaxlib_version = '0.4.29'
2323
# The following should be updated with each new jaxlib release.
2424
_latest_jaxlib_version_on_pypi = '0.4.28'
2525
_default_cuda12_cudnn_version = '91'
2626
_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version]
27-
_libtpu_version = '0.1.dev20240508'
27+
_libtpu_version = '0.1.dev20240609'
2828

2929
def load_version_module(pkg_path):
3030
spec = importlib.util.spec_from_file_location(

0 commit comments

Comments
 (0)