From 444efcbee5f1a0bfcb85af8281ab9334cf698d13 Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Sun, 5 Feb 2023 23:55:21 +0800 Subject: [PATCH] 0.5.1 --- nhentai/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhentai/__init__.py b/nhentai/__init__.py index 8f1b7de..03bb87e 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.5.0' +__version__ = '0.5.1' __author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com'