Skip to content

Commit

Permalink
Merge pull request #21765 from hawkinsp:release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 641876244
  • Loading branch information
jax authors committed Jun 10, 2024
2 parents 5e7ad60 + e071053 commit 991797a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

project_name = 'jax'

_current_jaxlib_version = '0.4.28'
_current_jaxlib_version = '0.4.29'
# The following should be updated with each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.28'
_default_cuda12_cudnn_version = '91'
_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version]
_libtpu_version = '0.1.dev20240508'
_libtpu_version = '0.1.dev20240609'

def load_version_module(pkg_path):
spec = importlib.util.spec_from_file_location(
Expand Down

0 comments on commit 991797a

Please sign in to comment.