We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8717622 commit 26f039bCopy full SHA for 26f039b
pose-detection/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tensorflow-models/pose-detection",
3
- "version": "0.0.1-rc0",
+ "version": "0.0.1-rc.0",
4
"description": "Pretrained pose detection model",
5
"main": "dist/index.js",
6
"jsnext:main": "dist/pose-detection.esm.js",
pose-detection/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.0.1';
+const version = '0.0.1-rc.0';
export {version};
0 commit comments