From fe3e70a3525d65e12e8c23ef8dc3f2a5f4bea8ec Mon Sep 17 00:00:00 2001 From: yakhyo Date: Sat, 15 Nov 2025 21:31:56 +0900 Subject: [PATCH] release: Update release version to v1.1.0 --- pyproject.toml | 2 +- uniface/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1ebc38c..f065cb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uniface" -version = "1.0.1" +version = "1.1.0" description = "UniFace: A Comprehensive Library for Face Detection, Recognition, Landmark Analysis, Age, and Gender Detection" readme = "README.md" license = { text = "MIT" } diff --git a/uniface/__init__.py b/uniface/__init__.py index a20d487..b494472 100644 --- a/uniface/__init__.py +++ b/uniface/__init__.py @@ -13,7 +13,7 @@ __license__ = "MIT" __author__ = "Yakhyokhuja Valikhujaev" -__version__ = "1.0.1" +__version__ = "1.1.0" from uniface.face_utils import compute_similarity, face_alignment