Skip to content

Commit

Permalink
Update bodypix version to 2.0.5. (tensorflow#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil Thorat authored Mar 21, 2020
1 parent 3a74c16 commit c08dae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion body-pix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow-models/body-pix",
"version": "2.0.4",
"version": "2.0.5",
"description": "Pretrained BodyPix model in TensorFlow.js",
"main": "dist/index.js",
"jsnext:main": "dist/body-pix.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion body-pix/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 = '2.0.4';
const version = '2.0.5';
export {version};

0 comments on commit c08dae1

Please sign in to comment.