Skip to content

Commit a6c5e8c

Browse files
Update tfjs-automl to 1.3.0. (#5614)
1 parent bbfdea1 commit a6c5e8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tfjs-automl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-automl",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"main": "dist/tf-automl.node.js",
55
"types": "dist/index.d.ts",
66
"module": "dist/tf-automl.esm.js",

tfjs-automl/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 = '1.2.0';
4+
const version = '1.3.0';
55
export {version};

0 commit comments

Comments
 (0)