From a83c571ec4fe9b6d9095d64f3c0a223d97d053e3 Mon Sep 17 00:00:00 2001 From: ricterz Date: Wed, 15 Jan 2025 19:47:24 +0800 Subject: [PATCH] 0.5.19 --- 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 c32a86b..8be40bd 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.5.18' +__version__ = '0.5.19' __author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com' diff --git a/pyproject.toml b/pyproject.toml index 96139eb..80f12dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nhentai" -version = "0.5.18" +version = "0.5.19" description = "nhentai doujinshi downloader" authors = ["Ricter Z "] license = "MIT"