Skip to content

Commit ed7c1ce

Browse files
authored
[pose-detection]Release 0.0.2 (#742)
1 parent 7823443 commit ed7c1ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1",
3+
"version": "0.0.2",
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.1';
4+
const version = '0.0.2';
55
export {version};

0 commit comments

Comments
 (0)