Skip to content

Commit

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


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

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

project_name = 'jax'

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

_libtpu_version = '0.0.2'
_libtpu_version = '0.0.5'
_libtpu_nightly_terminal_version = '0.1.dev20241010+nightly.cleanup'

def load_version_module(pkg_path):
Expand Down

0 comments on commit 7e6620a

Please sign in to comment.