Skip to content

Commit effbaa5

Browse files
authored
Bump version to 0.9.1 (#186)
Depends on tfjs-layers 0.4.1
1 parent a5a5b46 commit effbaa5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "An open-source machine learning framework.",
55
"private": false,
66
"main": "dist/index",
@@ -38,6 +38,6 @@
3838
},
3939
"dependencies": {
4040
"@tensorflow/tfjs-core": "0.7.1",
41-
"@tensorflow/tfjs-layers": "0.4.0"
41+
"@tensorflow/tfjs-layers": "0.4.1"
4242
}
4343
}

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @license See the LICENSE file. */
22

33
// This code is auto-generated, do not modify this file!
4-
const version = '0.9.0';
4+
const version = '0.9.1';
55
export {version};

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
dependencies:
99
seedrandom "~2.4.3"
1010

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

0 commit comments

Comments
 (0)