forked from 626_privacy/tensorflow_privacy
Update version to 0.2.2.
PiperOrigin-RevId: 277631589
This commit is contained in:
parent
d69879d360
commit
aead0aeb3e
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.2.1',
|
version='0.2.2',
|
||||||
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