chore: v0.3.8

This commit is contained in:
283375 2024-04-01 01:00:46 +08:00
parent cd2e3f51ca
commit d5895fe230
Signed by: 283375
SSH Key Fingerprint: SHA256:UcX0qg6ZOSDOeieKPGokA5h7soykG61nz2uxuQgVLSk
2 changed files with 7 additions and 7 deletions

View File

@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
[project]
name = "arcaea-offline-pyside-ui"
version = "0.1.0"
version = "0.3.8"
authors = [{ name = "283375", email = "log_283375@163.com" }]
description = "No description."
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"arcaea-offline==0.2.1",
"arcaea-offline-ocr==0.0.97",
"arcaea-offline==0.2.2",
"arcaea-offline-ocr==0.0.98",
"exif==1.6.0",
"PySide6==6.5.2",
]
@ -21,8 +21,8 @@ classifiers = [
]
[project.urls]
"Homepage" = "https://github.com/283375/arcaea-offline-pyside-ui"
"Bug Tracker" = "https://github.com/283375/arcaea-offline-pyside-ui/issues"
"Homepage" = "https://github.com/ArcaeaOffline/client-pyside6"
"Bug Tracker" = "https://github.com/ArcaeaOffline/client-pyside6/issues"
[tool.black]
force-exclude = '''

View File

@ -1,5 +1,5 @@
arcaea-offline==0.2.1
arcaea-offline-ocr==0.0.97
arcaea-offline==0.2.2
arcaea-offline-ocr==0.0.98
exif==1.6.0
Pillow==10.1.0
PySide6==6.5.2