Skip to content

Commit

Permalink
Prepares MLMD 0.21.0 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 289189456
  • Loading branch information
ml-metadata-team authored and tf-metadata-team committed Jan 11, 2020
1 parent 17975eb commit ea25e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ml_metadata/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""Contains the version string of ML Metadata."""

# Note that setup.py uses this version.
__version__ = '0.21.0-rc0'
__version__ = '0.21.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def has_ext_modules(self):
'protobuf>=3.7,<4',
'six>=1.10,<2',
# TODO(b/143236826) revisit TF dependencies when absl status is ready.
'tensorflow>=1.15,<3',
'tensorflow>=1.15,!=2.0.*,<3',
],
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4',
packages=find_packages(),
Expand Down

0 comments on commit ea25e22

Please sign in to comment.