Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.3.1 (#117)
Browse files Browse the repository at this point in the history
Increase tfjs-core dependency version to 0.10.0
  • Loading branch information
caisq authored May 9, 2018
1 parent ade1a60 commit 599f77c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-converter",
"version": "0.3.0",
"version": "0.3.1",
"description": "Tensorflow model converter for javascript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -12,10 +12,10 @@
},
"license": "Apache-2.0",
"peerDependencies": {
"@tensorflow/tfjs-core": "0.9.1"
"@tensorflow/tfjs-core": "0.10.0"
},
"devDependencies": {
"@tensorflow/tfjs-core": "0.9.1",
"@tensorflow/tfjs-core": "0.10.0",
"@types/jasmine": "~2.8.6",
"@types/seedrandom": "~2.4.27",
"ajv": "~6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion python/tensorflowjs/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @license See the LICENSE file.

# This code is auto-generated, do not modify this file!
version = '0.3.0'
version = '0.3.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.3.0';
const version = '0.3.1';
export {version};
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
version "1.1.0"
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"

"@tensorflow/tfjs-core@0.9.1":
version "0.9.1"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.9.1.tgz#c36763068a5b8ec99c60fd161dc58dd3fb97001b"
"@tensorflow/tfjs-core@0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.10.0.tgz#9f86c04bb90f4d5c4bec11b53034ab4c1e2b7e85"
dependencies:
seedrandom "~2.4.3"

Expand Down

0 comments on commit 599f77c

Please sign in to comment.