From bb41e502c1cf5d772f61311bab36e824dd591f2e Mon Sep 17 00:00:00 2001 From: Ricter Zheng <ricterzheng@gmail.com> Date: Mon, 9 Dec 2024 09:26:33 +0800 Subject: [PATCH] 0.5.17 for fix #360 --- 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 15e1986..8e9bf27 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.5.15' +__version__ = '0.5.17' __author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com' diff --git a/pyproject.toml b/pyproject.toml index 850bb6f..28b265a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nhentai" -version = "0.5.15" +version = "0.5.17" description = "nhentai doujinshi downloader" authors = ["Ricter Z <ricterzheng@gmail.com>"] license = "MIT"