Update setup.py to version 0.2.0.

PiperOrigin-RevId: 274880162
This commit is contained in:
Steve Chien 2019-10-15 13:52:27 -07:00 committed by A. Unique TensorFlower
parent c8a96ee288
commit 979748e09c

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.1.0', version='0.2.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=[