From ddc4a2025191d3c5ef7207cdd9b54eca51be2a45 Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Sun, 1 Jul 2018 12:48:30 +0800 Subject: [PATCH] 0.2.12 --- nhentai/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nhentai/__init__.py b/nhentai/__init__.py index 59cbd67..5d1982e 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.2.11' -__author__ = 'Ricter' +__version__ = '0.2.12' +__author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com'