Skip to content

Commit

Permalink
Just bump version to tag it as initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasdelellis committed Jan 4, 2024
1 parent 40ec8f7 commit d115ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facerecognition-external-model.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def welcome():
"Neural network files are missing. Install them with 'make download-models",
"version": "0.1.0",
}
return {"facerecognition-external-model": "welcome", "version": "0.1.0", "model": FACE_MODEL}
return {"facerecognition-external-model": "welcome", "version": "0.2.0", "model": FACE_MODEL}


# Conversion utilities
Expand Down

0 comments on commit d115ac7

Please sign in to comment.