Skip to content

Commit

Permalink
Update tfjs-automl to 1.3.0. (#5614)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsoulanille authored Sep 23, 2021
1 parent bbfdea1 commit a6c5e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tfjs-automl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-automl",
"version": "1.2.0",
"version": "1.3.0",
"main": "dist/tf-automl.node.js",
"types": "dist/index.d.ts",
"module": "dist/tf-automl.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion tfjs-automl/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 = '1.2.0';
const version = '1.3.0';
export {version};

0 comments on commit a6c5e8c

Please sign in to comment.