Skip to content

Commit e071053

Browse files
committed
Prepare for 0.4.29 release.
1 parent 2ade7e7 commit e071053

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)