Skip to content

Commit

Permalink
Prepare for struct2tensor 0.22.0 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 311551437
  • Loading branch information
andylou2 authored and tfx-copybara committed May 14, 2020
1 parent d1ff47f commit 333db54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# `struct2tensor` release notes

## Current Version(Still in Development)
## Release 0.22.0

### Major Features and Improvements

### Bug Fixes and Other Changes

* Depends on `tensorflow>=2.2.0,<2.3

### Breaking Changes

### Deprecations
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def has_ext_modules(self):
packages=find_packages(),
install_requires=[
'protobuf>=3.8.0,<4',
'tensorflow>=2.1.0,<2.2',
'tensorflow>=2.2.0,<2.3',
'tensorflow_metadata>=0.21,<0.22',
'pyarrow>=0.15,<1',
],
Expand Down
2 changes: 1 addition & 1 deletion struct2tensor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""Contains the version string of struct2tensor."""

# Note that setup.py uses this version.
__version__ = '0.22.0.dev'
__version__ = '0.22.0'

0 comments on commit 333db54

Please sign in to comment.