Bump version numbers after 0.3.15 release

PiperOrigin-RevId: 463344160
This commit is contained in:
Skye Wanderman-Milne 2022-07-26 08:38:46 -07:00 committed by jax authors
parent eb0f952ce1
commit d840f54fe5
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

@ -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']