From c3f3182df3b2b3209ce0a112027417be0d80b9dd Mon Sep 17 00:00:00 2001 From: ricterzheng Date: Tue, 1 Oct 2024 22:55:01 +0900 Subject: [PATCH] 0.5.12 --- nhentai/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nhentai/__init__.py b/nhentai/__init__.py index 4011395..24ee2a0 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.5.11' +__version__ = '0.5.12' __author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com' diff --git a/pyproject.toml b/pyproject.toml index 9776979..c25df11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nhentai" -version = "0.5.11" +version = "0.5.12" description = "nhentai doujinshi downloader" authors = ["Ricter Z "] license = "MIT"