Skip to content

Commit

Permalink
Release preparation for Face Tagger v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteAurora committed Sep 20, 2023
1 parent 44fcd3e commit a2487e2
Showing 1 changed file with 3 additions and 3 deletions.
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 a2487e2

Please sign in to comment.