From 599f77cbdf3b316108dfe7d8cd17584f24207ebf Mon Sep 17 00:00:00 2001 From: Shanqing Cai Date: Wed, 9 May 2018 16:11:41 -0400 Subject: [PATCH] Bump version to 0.3.1 (#117) Increase tfjs-core dependency version to 0.10.0 --- package.json | 6 +++--- python/tensorflowjs/version.py | 2 +- src/version.ts | 2 +- yarn.lock | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 0536d1f3..a6b967cc 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/python/tensorflowjs/version.py b/python/tensorflowjs/version.py index 4a2a17f8..bb7c6156 100644 --- a/python/tensorflowjs/version.py +++ b/python/tensorflowjs/version.py @@ -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' diff --git a/src/version.ts b/src/version.ts index eef02dea..c082f673 100644 --- a/src/version.ts +++ b/src/version.ts @@ -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}; diff --git a/yarn.lock b/yarn.lock index 0a4ad500..c805ec52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"