Skip to content

Commit

Permalink
chore: v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
283375 committed Mar 31, 2024
1 parent cd2e3f5 commit d5895fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand All @@ -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 = '''
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d5895fe

Please sign in to comment.