From 6709af2a2048c344d226f6b5963386ac965a1095 Mon Sep 17 00:00:00 2001 From: RicterZ Date: Thu, 11 Apr 2019 22:44:26 +0800 Subject: [PATCH] 0.3.1 - add login session --- nhentai/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhentai/__init__.py b/nhentai/__init__.py index 269c9b1..b6f0dc4 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.3.0' +__version__ = '0.3.1' __author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com'