update version and changelog for pypi

This commit is contained in:
Matthew Johnson 2022-03-17 15:35:26 -07:00
parent 5d7f639769
commit d2b393bbf1
2 changed files with 8 additions and 3 deletions

View File

@ -8,11 +8,16 @@ Remember to align the itemized text with the first line of an item within a list
PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
-->
## jax 0.3.3 (Unreleased)
## jax 0.3.4 (Unreleased)
## jaxlib 0.3.3 (Unreleased)
## jax 0.3.3 (March 17, 2022)
* [GitHub
commits](https://github.com/google/jax/compare/jax-v0.3.2...main).
## jaxlib 0.3.3 (Unreleased)
## jax 0.3.2 (March 16, 2022)
* [GitHub

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.3.3"
__version__ = "0.3.4"
_minimum_jaxlib_version = "0.3.0"