From e468d42d444a1e5c52a5fbe105526277235b569d Mon Sep 17 00:00:00 2001 From: Ping Yu <4018+pyu10055@users.noreply.github.com> Date: Tue, 21 Apr 2020 09:24:41 -0700 Subject: [PATCH] Update tfjs-core to 1.7.3. --- 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 113032cfbfa..b81e42d342e 100644 --- a/tfjs-core/package.json +++ b/tfjs-core/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-core", - "version": "1.7.2", + "version": "1.7.3", "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 a9e05df594a..cb7b7d5baff 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.7.2'; +const version = '1.7.3'; export {version};