From b9b8468bfed092ef6afe8490ea88af8791b60a33 Mon Sep 17 00:00:00 2001 From: Ricter Zheng Date: Sun, 1 Dec 2024 10:37:59 +0800 Subject: [PATCH] 0.5.14 --- 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 24ee2a0..781dea4 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.5.12' +__version__ = '0.5.14' __author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com' diff --git a/pyproject.toml b/pyproject.toml index c25df11..2862da7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nhentai" -version = "0.5.12" +version = "0.5.14" description = "nhentai doujinshi downloader" authors = ["Ricter Z "] license = "MIT"