diff --git a/README.md b/README.md index 9101e8e..96f43a9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ CBZ is a Python library designed for creating, manipulating, and viewing comic book files in CBZ format. It offers a straightforward interface to pack comic pages into CBZ archives, extract metadata, and display comics using a built-in player. +> [!WARNING] +> The library is currently being rewritten following the latest PR, a new version will arrive soon, partially changing its use. + ## Features - 🚀 Seamless Installation via [pip](#installation) @@ -156,6 +159,4 @@ comic_from_cbz = ComicInfo.from_cbz('/path/to/your_comic.cbz') This software is licensed under the terms of [MIT License](https://github.com/hyugogirubato/cbz/blob/main/LICENSE). You can find a copy of the license in the LICENSE file in the root folder. -* * * - -© hyugogirubato 2024 \ No newline at end of file +* * * \ No newline at end of file