Skip to content

Commit

Permalink
Bump version to 0.9.1 (#186)
Browse files Browse the repository at this point in the history
Depends on tfjs-layers 0.4.1
  • Loading branch information
caisq authored Apr 12, 2018
1 parent a5a5b46 commit effbaa5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs",
"version": "0.9.0",
"version": "0.9.1",
"description": "An open-source machine learning framework.",
"private": false,
"main": "dist/index",
Expand Down Expand Up @@ -38,6 +38,6 @@
},
"dependencies": {
"@tensorflow/tfjs-core": "0.7.1",
"@tensorflow/tfjs-layers": "0.4.0"
"@tensorflow/tfjs-layers": "0.4.1"
}
}
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.9.0';
const version = '0.9.1';
export {version};
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
dependencies:
seedrandom "~2.4.3"

"@tensorflow/[email protected].0":
version "0.4.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.4.0.tgz#3e21072f3f628ca1916dedb7b1888d9ae55de501"
"@tensorflow/[email protected].1":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.4.1.tgz#298ccf77126f7e902939b77b5eda8d68f67219fc"
dependencies:
underscore "~1.8.3"

Expand Down

0 comments on commit effbaa5

Please sign in to comment.