fix: Fix the version

This commit is contained in:
yakhyo
2025-12-15 14:53:36 +09:00
parent bb1d209f3b
commit 1b877bc9fc
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -13,7 +13,7 @@
__license__ = 'MIT'
__author__ = 'Yakhyokhuja Valikhujaev'
__version__ = '1.5.0'
__version__ = '1.5.1'
from uniface.face_utils import compute_similarity, face_alignment