From 98a66a3cb01f62c90b792db5c43de1e6e35d31fa Mon Sep 17 00:00:00 2001 From: ricterz Date: Sun, 22 Sep 2024 15:09:36 +0800 Subject: [PATCH] 0.5.9 --- 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 23a8c97..335bdeb 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.5.8' +__version__ = '0.5.9' __author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com' diff --git a/pyproject.toml b/pyproject.toml index 1574082..a87b128 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nhentai" -version = "0.5.8" +version = "0.5.9" description = "nhentai doujinshi downloader" authors = ["Ricter Z "] license = "MIT"