Increment version number.

PiperOrigin-RevId: 384507585
This commit is contained in:
Galen Andrew 2021-07-13 11:13:44 -07:00 committed by A. Unique TensorFlower
parent caf6f36b80
commit 7f44b02456
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ from setuptools import setup
setup( setup(
name='tensorflow_privacy', name='tensorflow_privacy',
version='0.6.1', version='0.6.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=[

View file

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