forked from 626_privacy/tensorflow_privacy
Bump version number.
PiperOrigin-RevId: 326927560
This commit is contained in:
parent
d72e3400b7
commit
d939b22463
2 changed files with 2 additions and 2 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.4.0',
|
version='0.5.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=[
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
"""TensorFlow Privacy version."""
|
"""TensorFlow Privacy version."""
|
||||||
|
|
||||||
__version__ = '0.4.0'
|
__version__ = '0.5.0'
|
||||||
|
|
Loading…
Reference in a new issue