New version 0.7.3

PiperOrigin-RevId: 395263672
This commit is contained in:
Galen Andrew 2021-09-07 09:23:38 -07:00 committed by A. Unique TensorFlower
parent a20cbf9578
commit 06eef51369
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -13,4 +13,4 @@
# limitations under the License.
"""TensorFlow Privacy version."""
__version__ = '0.7.2'
__version__ = '0.7.3'