bump version number for pypi

This commit is contained in:
Matthew Johnson 2018-12-11 13:32:22 -08:00
parent 72d3bd54be
commit 4039aa480d

View File

@ -16,7 +16,7 @@ from setuptools import setup
setup(
name='jax',
version='0.1.5',
version='0.1.6',
description='Differentiate, compile, and transform Numpy code.',
author='JAX team',
author_email='jax-dev@google.com',