Skip to content

Commit

Permalink
Bump version to 0.10.1 (tensorflow#1035)
Browse files Browse the repository at this point in the history
* Bump version to 0.10.1
  • Loading branch information
caisq authored May 14, 2018
1 parent 1bfac1d commit c0893bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-core",
"version": "0.10.0",
"version": "0.10.1",
"description": "Hardware-accelerated JavaScript library for machine intelligence",
"private": false,
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.10.0';
const version = '0.10.1';
export {version};

0 comments on commit c0893bc

Please sign in to comment.