Release v3.3.1

This commit is contained in:
hyugogirubato
2024-07-15 19:51:54 +02:00
parent df54489eef
commit 7f1060fc30
2 changed files with 21 additions and 2 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "cbz"
version = "3.3.0"
version = "3.3.1"
description = "CBZ simplifies creating, managing, and viewing comic book files in CBZ format, offering seamless packaging, metadata handling, and built-in viewing capabilities"
license = "MIT"
authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"]
@@ -34,7 +34,7 @@ python = "^3.8"
xmltodict = "^0.13.0"
langcodes = "^3.4.0"
Pillow = "^10.4.0"
PyMuPDF = "^1.24.7"
PyMuPDF = "^1.24.7"
[tool.poetry.scripts]
cbzplayer = "cbz.__main__:main"