From bb91a98f653ccc0adce8433ee6e881a073a21680 Mon Sep 17 00:00:00 2001 From: Daniel Smilkov Date: Wed, 28 Mar 2018 12:36:16 -0400 Subject: [PATCH] update version --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index db9c270187..ddc23bc3f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-core", - "version": "0.6.0-alpha7", + "version": "0.6.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 6a90494f8d..9fabb5f484 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.6.0-alpha7'; +const version = '0.6.0'; export {version};