diff --git a/package.json b/package.json index 7504b33d2e..9e3a48201b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-core", - "version": "0.8.5", + "version": "0.9.0", "description": "Hardware-accelerated JavaScript library for machine intelligence", "private": false, "main": "dist/index.js", diff --git a/src/version.ts b/src/version.ts index 5dd61b9c85..2a778f0031 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '0.8.5'; +const version = '0.9.0'; export {version};