Skip to content

Commit

Permalink
Merge pull request #42 from Face-Tagger/release
Browse files Browse the repository at this point in the history
Release Face Tagger v1.0.3
  • Loading branch information
ByteAurora authored Sep 21, 2023
2 parents 36f33b7 + a2487e2 commit 8e47d76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To utilize the Face Tagger library, follow these steps:
instances for each one.

```python
from utils import *
from face_tagger.utils import *

image_objects = load_images_from_directory("path_to_images_directory")
```
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ build-backend = "hatchling.build"

[project]
name = "face_tagger"
version = "1.0.2"
version = "1.0.3"
authors = [
{ name="Sohn YoungJin", email="sonkim1001@naver.com" },
{ name="Bae SungJoon", email="clcc001@naver.com" },
{ name="Yoon JongBeom", email="home99032@naver.com" },
{ name="Sohn YoungJin", email="sonkim1001@naver.com" },
{ name="Choi JunHwan", email="csd100j@gmail.com" }
]
description = "A library for face recognition in multiple images and classification of photos containing each individual."
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 8e47d76

Please sign in to comment.