Skip to content

Commit a93b575

Browse files
Updated the minor version
1 parent 98be76c commit a93b575

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Select the help option of `build_ngtf.py` script to learn more about various bui
127127

128128
TensorFlow version: 1.14.0-rc0
129129
C Compiler version used in building TensorFlow: 7.3.0
130-
nGraph bridge version: b'0.15.0-rc0'
130+
nGraph bridge version: b'0.15.0-rc1'
131131
nGraph version used for this build: b'0.20.0-rc.0+0995b71'
132132
TensorFlow version used for this build: v1.14.0-rc0-0-gf5ce1c00d4
133133
CXX11_ABI flag used for this build: 1

python/setup.in.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def get_tag(self):
5959

6060
setup(
6161
name='ngraph_tensorflow_bridge',
62-
version='0.15.0rc0',
62+
version='0.15.0rc1',
6363
description='Intel nGraph compiler and runtime for TensorFlow',
6464
long_description=long_description,
6565
long_description_content_type="text/markdown",

src/version.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// candidate such as v0.7.0-rc0
3131
// The code in master will always have the last released version number
3232
// with a suffix of '-master'
33-
#define NG_TF_VERSION_SUFFIX "-rc0"
33+
#define NG_TF_VERSION_SUFFIX "-rc1"
3434

3535
#define VERSION_STR_HELPER(x) #x
3636
#define VERSION_STR(x) VERSION_STR_HELPER(x)

0 commit comments

Comments
 (0)