Skip to content

Commit

Permalink
[pose-detection]Prepare release version 0.0.1-rc.0 (#634)
Browse files Browse the repository at this point in the history
PROCESS
  • Loading branch information
lina128 authored Apr 3, 2021
1 parent 8717622 commit 26f039b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pose-detection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow-models/pose-detection",
"version": "0.0.1-rc0",
"version": "0.0.1-rc.0",
"description": "Pretrained pose detection model",
"main": "dist/index.js",
"jsnext:main": "dist/pose-detection.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion pose-detection/src/version.ts
Original file line number Diff line number Diff line change
@@ -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 comments on commit 26f039b

Please sign in to comment.