Skip to content

Commit

Permalink
Start JAX and jaxlib 0.4.31 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 657295431
  • Loading branch information
yashk2810 authored and jax authors committed Jul 29, 2024
1 parent f070c06 commit 7fd9302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.30'
# The following should be updated with each new jaxlib release.
_current_jaxlib_version = '0.4.31'
# The following should be updated after each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.30'
_libtpu_version = '0.1.dev20240617'
_libtpu_version = '0.1.dev20240729'

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

0 comments on commit 7fd9302

Please sign in to comment.