From 6b4c4bdc704b7bbb7a46dcc46354a5d182ffd9a3 Mon Sep 17 00:00:00 2001 From: ricterz Date: Sat, 11 Jan 2025 08:35:40 +0800 Subject: [PATCH] 0.5.18 --- nhentai/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nhentai/__init__.py b/nhentai/__init__.py index af9e064..c32a86b 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.5.17.2' +__version__ = '0.5.18' __author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com' diff --git a/pyproject.toml b/pyproject.toml index 62af3eb..96139eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nhentai" -version = "0.5.17.2" +version = "0.5.18" description = "nhentai doujinshi downloader" authors = ["Ricter Z "] license = "MIT" @@ -22,4 +22,4 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] -nhentai = 'nhentai.command:main' \ No newline at end of file +nhentai = 'nhentai.command:main'