Update version to 0.3.0.
PiperOrigin-RevId: 309496629
This commit is contained in:
parent
319bf81bb1
commit
164a57546a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='tensorflow_privacy',
|
name='tensorflow_privacy',
|
||||||
version='0.2.2',
|
version='0.3.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