Skip to content

Commit

Permalink
JAX release 0.4.35
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkinsp committed Oct 22, 2024
1 parent e4f3f8f commit 81991d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jax/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def make_release_tree(self, base_dir, files):


__version__ = _get_version_string()
_minimum_jaxlib_version = "0.4.34"
_minimum_jaxlib_version = "0.4.35"

def _version_as_tuple(version_str):
return tuple(int(i) for i in version_str.split(".") if i.isdigit())
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

project_name = 'jax'

_current_jaxlib_version = '0.4.34'
_current_jaxlib_version = '0.4.35'
# The following should be updated after each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.34'

Expand Down

0 comments on commit 81991d8

Please sign in to comment.