Merge pull request from goldiegadde/ggadde-version2

Update version to 2.0.0-beta1.
This commit is contained in:
Goldie Gadde 2019-06-13 10:25:23 -07:00 committed by GitHub
commit 1d91213fe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
tensorflow
core/public
tools/pip_package

View File

@ -26,7 +26,7 @@ limitations under the License.
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
// "-beta", "-rc", "-rc.1")
#define TF_VERSION_SUFFIX "-beta0"
#define TF_VERSION_SUFFIX "-beta1"
#define TF_STR_HELPER(x) #x
#define TF_STR(x) TF_STR_HELPER(x)

View File

@ -47,7 +47,7 @@ DOCLINES = __doc__.split('\n')
# result for pip.
# Also update tensorflow/tensorflow.bzl and
# tensorflow/core/public/version.h
_VERSION = '2.0.0-beta0'
_VERSION = '2.0.0-beta1'
REQUIRED_PACKAGES = [
'absl-py >= 0.7.0',