Skip to content

Commit 26f039b

Browse files
authored
[pose-detection]Prepare release version 0.0.1-rc.0 (#634)
PROCESS
1 parent 8717622 commit 26f039b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pose-detection/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow-models/pose-detection",
3-
"version": "0.0.1-rc0",
3+
"version": "0.0.1-rc.0",
44
"description": "Pretrained pose detection model",
55
"main": "dist/index.js",
66
"jsnext:main": "dist/pose-detection.esm.js",

pose-detection/src/version.ts

+1-1
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 = '0.0.1';
4+
const version = '0.0.1-rc.0';
55
export {version};

0 commit comments

Comments
 (0)