Skip to content

Commit e22b8bb

Browse files
author
jax authors
committed
Merge pull request #18325 from skye:version
PiperOrigin-RevId: 578882609
2 parents 81ac67f + 6813819 commit e22b8bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
project_name = 'jax'
2424

25-
_current_jaxlib_version = '0.4.19'
25+
_current_jaxlib_version = '0.4.20'
2626
# The following should be updated with each new jaxlib release.
2727
_latest_jaxlib_version_on_pypi = '0.4.19'
2828
_available_cuda11_cudnn_versions = ['86']
2929
_default_cuda11_cudnn_version = '86'
3030
_default_cuda12_cudnn_version = '89'
31-
_libtpu_version = '0.1.dev20231018'
31+
_libtpu_version = '0.1.dev20231102'
3232

3333
def load_version_module(pkg_path):
3434
spec = importlib.util.spec_from_file_location(

0 commit comments

Comments
 (0)