Skip to content

Commit 331f46b

Browse files
authored
release: Update release version and docs (#79)
1 parent 9991fae commit 331f46b

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</div>
1414

1515
<div align="center">
16-
<img src="https://raw.githubusercontent.com/yakhyo/uniface/main/.github/logos/new/uniface_rounded_q80.webp" width="90%">
16+
<img src="https://raw.githubusercontent.com/yakhyo/uniface/main/.github/logos/new/uniface_rounded_q80.webp" width="90%" alt="UniFace - All-in-One Open-Source Face Analysis Library">
1717
</div>
1818

1919
---

docs/index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ template: home.html
1010

1111
# UniFace { .hero-title }
1212

13-
<p class="hero-subtitle">A lightweight, production-ready face analysis library built on ONNX Runtime</p>
13+
<p class="hero-subtitle">All-in-One Open-Source Face Analysis Library</p>
1414

15-
[![PyPI](https://img.shields.io/pypi/v/uniface.svg?label=PyPI)](https://pypi.org/project/uniface/)
16-
[![Python](https://img.shields.io/badge/Python-3.10%2B-blue)](https://www.python.org/)
15+
[![PyPI Version](https://img.shields.io/pypi/v/uniface.svg?label=Version)](https://pypi.org/project/uniface/)
16+
[![Python Version](https://img.shields.io/badge/Python-3.10%2B-blue)](https://www.python.org/)
1717
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
18+
[![Github Build Status](https://github.com/yakhyo/uniface/actions/workflows/ci.yml/badge.svg)](https://github.com/yakhyo/uniface/actions)
1819
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/uniface?period=total&units=INTERNATIONAL_SYSTEM&left_color=GRAY&right_color=BLUE&left_text=Downloads)](https://pepy.tech/projects/uniface)
20+
[![Kaggle Badge](https://img.shields.io/badge/Notebooks-Kaggle?label=Kaggle&color=blue)](https://www.kaggle.com/yakhyokhuja/code)
21+
22+
<img src="https://raw.githubusercontent.com/yakhyo/uniface/main/.github/logos/new/uniface_rounded_q80.webp" alt="UniFace - All-in-One Open-Source Face Analysis Library" style="max-width: 90%; margin: 1rem 0;">
1923

2024
[Get Started](quickstart.md){ .md-button .md-button--primary }
2125
[View on GitHub](https://github.com/yakhyo/uniface){ .md-button }

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uniface"
3-
version = "2.2.1"
3+
version = "2.3.0"
44
description = "UniFace: A Comprehensive Library for Face Detection, Recognition, Landmark Analysis, Face Parsing, Gaze Estimation, Age, and Gender Detection"
55
readme = "README.md"
66
license = "MIT"

uniface/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
__license__ = 'MIT'
3030
__author__ = 'Yakhyokhuja Valikhujaev'
31-
__version__ = '2.2.1'
31+
__version__ = '2.3.0'
3232

3333
from uniface.face_utils import compute_similarity, face_alignment
3434
from uniface.log import Logger, enable_logging

0 commit comments

Comments
 (0)