Skip to content

Commit 71f57d3

Browse files
authored
[pose-detection]Release 0.03 (#744)
PROCESS
1 parent ed7c1ce commit 71f57d3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

pose-detection/.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
.yalc/
33
.vscode/
44
.rpt2_cache/
5-
demo/
5+
demos/
6+
assets/
67
scripts/
78
src/
89
coverage/

pose-detection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow-models/pose-detection",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Pretrained pose detection model",
55
"main": "dist/index.js",
66
"jsnext:main": "dist/pose-detection.esm.js",

pose-detection/src/version.ts

Lines changed: 1 addition & 1 deletion
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.2';
4+
const version = '0.0.3';
55
export {version};

0 commit comments

Comments
 (0)