From be72908e7af4805864d396d6cccf7edb3e4abe47 Mon Sep 17 00:00:00 2001 From: Ann Yuan Date: Tue, 10 Mar 2020 08:27:03 -0400 Subject: [PATCH] Update tfjs-core to 1.7.0. --- tfjs-core/package.json | 2 +- tfjs-core/src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tfjs-core/package.json b/tfjs-core/package.json index 10d207726f2..71b80f6d4ed 100644 --- a/tfjs-core/package.json +++ b/tfjs-core/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-core", - "version": "1.6.1", + "version": "1.7.0", "description": "Hardware-accelerated JavaScript library for machine intelligence", "private": false, "main": "dist/index.js", diff --git a/tfjs-core/src/version.ts b/tfjs-core/src/version.ts index c55e88b713a..b264c998a64 100644 --- a/tfjs-core/src/version.ts +++ b/tfjs-core/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '1.6.1'; +const version = '1.7.0'; export {version};