Update setup.py to new release.

PiperOrigin-RevId: 273569076
This commit is contained in:
Steve Chien 2019-10-08 11:37:22 -07:00 committed by A. Unique TensorFlower
parent e3c78d6bd0
commit 142a0871d5

View file

@ -16,7 +16,7 @@ from setuptools import find_packages
from setuptools import setup from setuptools import setup
setup(name='tensorflow_privacy', setup(name='tensorflow_privacy',
version='0.0.1', version='0.1.0',
url='https://github.com/tensorflow/privacy', url='https://github.com/tensorflow/privacy',
license='Apache-2.0', license='Apache-2.0',
install_requires=[ install_requires=[