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 5d3328d commit b706b2dCopy full SHA for b706b2d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tensorflow/tfjs-node",
3
- "version": "0.1.7",
+ "version": "0.1.8",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"gypfile": true,
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.1.7';
+const version = '0.1.8';
export {version};
0 commit comments