mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Update version numbers after 0.5.0 release
This commit is contained in:
parent
b0a71357ed
commit
9fa2912254
@ -14,6 +14,8 @@ Remember to align the itemized text with the first line of an item within a list
|
||||
When releasing, please add the new-release-boilerplate to docs/pallas/CHANGELOG.md.
|
||||
-->
|
||||
|
||||
## Unreleased
|
||||
|
||||
## jax 0.5.0 (Jan 17, 2025)
|
||||
|
||||
As of this release, JAX now uses
|
||||
|
@ -21,7 +21,7 @@ import os
|
||||
import pathlib
|
||||
import subprocess
|
||||
|
||||
_version = "0.5.0"
|
||||
_version = "0.5.1"
|
||||
# The following line is overwritten by build scripts in distributions &
|
||||
# releases. Do not modify this manually, or jax/jaxlib build will fail.
|
||||
_release_version: str | None = None
|
||||
|
2
setup.py
2
setup.py
@ -21,7 +21,7 @@ project_name = 'jax'
|
||||
|
||||
_current_jaxlib_version = '0.5.0'
|
||||
# The following should be updated after each new jaxlib release.
|
||||
_latest_jaxlib_version_on_pypi = '0.4.38'
|
||||
_latest_jaxlib_version_on_pypi = '0.5.0'
|
||||
|
||||
_libtpu_version = '0.0.8'
|
||||
_libtpu_nightly_terminal_version = '0.1.dev20241010+nightly.cleanup'
|
||||
|
Loading…
x
Reference in New Issue
Block a user