mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00

Currently jax and jaxlib have separate version numbers in the JAX source tree. It is tedious and confusing to bump both version numbers. However, there is a simpler way to think of things: it is the source tree that is versioned using a single version number, and jax/jaxlib releases are made using that unified source version number. PiperOrigin-RevId: 458041752
2 lines
34 B
Python
2 lines
34 B
Python
exports_files(["jax/version.py"])
|