From 221ff6b32cf2dc46c087b6a4f56114d59d5ed84a Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Sat, 4 Feb 2023 20:24:53 +0800 Subject: [PATCH] 0.4.18 bugs fix --- nhentai/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhentai/__init__.py b/nhentai/__init__.py index 08a2680..83be43f 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.4.17' +__version__ = '0.4.18' __author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com'