diff --git a/tfjs-core/package.json b/tfjs-core/package.json index af5e4566eea..10d207726f2 100644 --- a/tfjs-core/package.json +++ b/tfjs-core/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-core", - "version": "1.6.0", + "version": "1.6.1", "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 12ef682927b..c55e88b713a 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.0'; +const version = '1.6.1'; export {version};