Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
patlevin committed Nov 9, 2021
1 parent 229a299 commit fd03531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fdlite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
from .iris_landmark import iris_roi_from_face_landmarks # noqa:F401


__version__ = '0.4.0'
__version__ = '0.5.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
[metadata]
name = face-detection-tflite
version = 0.4.0
version = 0.5.0
author = Patrick Levin
author_email = vertical-pink@protonmail.com
description = A Python port of Google MediaPipe Face Detection modules
Expand Down

0 comments on commit fd03531

Please sign in to comment.