diff --git a/RELEASE_GUIDE.md b/RELEASE_GUIDE.md new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 863762a..59ba8f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uniface" -version = "0.1.9" +version = "1.0.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 b632757..3d32c0e 100644 --- a/uniface/__init__.py +++ b/uniface/__init__.py @@ -13,7 +13,7 @@ __license__ = "MIT" __author__ = "Yakhyokhuja Valikhujaev" -__version__ = "0.1.9" +__version__ = "1.0.0" from uniface.face_utils import compute_similarity, face_alignment