Update setup.py to version 0.2.0.
PiperOrigin-RevId: 274880162
This commit is contained in:
parent
c8a96ee288
commit
979748e09c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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=[
|
||||||
|
|
Loading…
Reference in a new issue