Update version number after 0.5.2 release

This commit is contained in:
Skye Wanderman-Milne 2025-03-04 18:49:12 -08:00
parent a6c858f04b
commit cebedb9f1a

View File

@ -21,7 +21,7 @@ import os
import pathlib
import subprocess
_version = "0.5.2"
_version = "0.5.3"
# 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