chore: Update the version

This commit is contained in:
yakhyo
2025-11-26 00:15:45 +09:00
parent db7532ecf1
commit 39b50b62bd
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -13,7 +13,7 @@
__license__ = "MIT" __license__ = "MIT"
__author__ = "Yakhyokhuja Valikhujaev" __author__ = "Yakhyokhuja Valikhujaev"
__version__ = "1.1.0" __version__ = "1.1.1"
from uniface.face_utils import compute_similarity, face_alignment from uniface.face_utils import compute_similarity, face_alignment