diff --git a/package.json b/package.json index 0ff76668019..1d987a634f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs", - "version": "0.11.4", + "version": "0.12.0", "description": "An open-source machine learning framework.", "private": false, "main": "dist/index", diff --git a/src/version.ts b/src/version.ts index 6a6695c7ce2..0e6ff6a9ab9 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.11.4'; +const version = '0.12.0'; export {version};