We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfdea1 commit a6c5e8cCopy full SHA for a6c5e8c
tfjs-automl/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tensorflow/tfjs-automl",
3
- "version": "1.2.0",
+ "version": "1.3.0",
4
"main": "dist/tf-automl.node.js",
5
"types": "dist/index.d.ts",
6
"module": "dist/tf-automl.esm.js",
tfjs-automl/src/version.ts
@@ -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 commit comments