Skip to content

Commit c6b0ab7

Browse files
authored
Bump version to 0.9.0 (#173)
* Bump version to 0.9.0 Depends on * tfjs-core 0.7.1 * tfjs-layers 0.4.0
1 parent 1d2d4c1 commit c6b0ab7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "An open-source machine learning framework.",
55
"private": false,
66
"main": "dist/index",
@@ -37,7 +37,7 @@
3737
"test-travis": "karma start --browsers='bs_firefox_mac,bs_chrome_mac' --singleRun"
3838
},
3939
"dependencies": {
40-
"@tensorflow/tfjs-core": "0.6.1",
41-
"@tensorflow/tfjs-layers": "0.3.0"
40+
"@tensorflow/tfjs-core": "0.7.1",
41+
"@tensorflow/tfjs-layers": "0.4.0"
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.8.0';
4+
const version = '0.9.0';
55
export {version};

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# yarn lockfile v1
33

44

5-
"@tensorflow/tfjs-core@0.6.1":
6-
version "0.6.1"
7-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.6.1.tgz#9358ecbc04279e617e4f37448223eb065ee18d9b"
5+
"@tensorflow/tfjs-core@0.7.1":
6+
version "0.7.1"
7+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.7.1.tgz#fb8f9c4790d4413ab523537d54d3bd44bc26fdbd"
88
dependencies:
99
seedrandom "~2.4.3"
1010

11-
"@tensorflow/tfjs-layers@0.3.0":
12-
version "0.3.0"
13-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.3.0.tgz#a8f9421970c7b082cd4731d900f68b5fa73115a7"
11+
"@tensorflow/tfjs-layers@0.4.0":
12+
version "0.4.0"
13+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.4.0.tgz#3e21072f3f628ca1916dedb7b1888d9ae55de501"
1414
dependencies:
1515
underscore "~1.8.3"
1616

0 commit comments

Comments
 (0)