Skip to content

Commit

Permalink
Release v0.4.38
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkinsp committed Dec 17, 2024
1 parent 0fa5419 commit c4e3f5a
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.36"
_minimum_jaxlib_version = "0.4.38"

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.36'
_current_jaxlib_version = '0.4.38'
# The following should be updated after each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.36'

_libtpu_version = '0.0.6'
_libtpu_version = '0.0.7'
_libtpu_nightly_terminal_version = '0.1.dev20241010+nightly.cleanup'

def load_version_module(pkg_path):
Expand Down

0 comments on commit c4e3f5a

Please sign in to comment.