1 Commits

Author SHA1 Message Date
yakhyo
bb7e724d49 docs: Update deprecated warnings 2025-12-31 19:14:17 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "uniface"
version = "2.0.2"
version = "2.0.1"
description = "UniFace: A Comprehensive Library for Face Detection, Recognition, Landmark Analysis, Face Parsing, Gaze Estimation, Age, and Gender Detection"
readme = "README.md"
license = "MIT"

View File

@@ -28,7 +28,7 @@ from __future__ import annotations
__license__ = 'MIT'
__author__ = 'Yakhyokhuja Valikhujaev'
__version__ = '2.0.2'
__version__ = '2.0.1'
from uniface.face_utils import compute_similarity, face_alignment
from uniface.log import Logger, enable_logging