bump version for pypi

This commit is contained in:
Matthew Johnson 2018-12-07 11:15:50 -08:00
parent e5d89ce908
commit ee1728c2af

View File

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