Skip to content

Commit

Permalink
Merge pull request #21945 from hawkinsp:release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 644340066
  • Loading branch information
jax authors committed Jun 18, 2024
2 parents d7bc6b4 + 3f4f79c commit 5d35c99
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,10 +19,10 @@

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(
Expand Down

0 comments on commit 5d35c99

Please sign in to comment.