mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Bump version numbers after 0.3.15 release
PiperOrigin-RevId: 463344160
This commit is contained in:
parent
eb0f952ce1
commit
d840f54fe5
@ -15,7 +15,7 @@
|
||||
# This file is included as part of both jax and jaxlib. It is also
|
||||
# eval()-ed by setup.py, so it should not have any dependencies.
|
||||
|
||||
__version__ = "0.3.15"
|
||||
__version__ = "0.3.16"
|
||||
_minimum_jaxlib_version = "0.3.14"
|
||||
|
||||
def _version_as_tuple(version_str):
|
||||
|
2
setup.py
2
setup.py
@ -16,7 +16,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
_current_jaxlib_version = '0.3.15'
|
||||
# The following should be updated with each new jaxlib release.
|
||||
_latest_jaxlib_version_on_pypi = '0.3.14'
|
||||
_latest_jaxlib_version_on_pypi = '0.3.15'
|
||||
_available_cuda_versions = ['11']
|
||||
_default_cuda_version = '11'
|
||||
_available_cudnn_versions = ['82', '805']
|
||||
|
Loading…
x
Reference in New Issue
Block a user