From 532c74e075fcec055028786fab467c7470e600c0 Mon Sep 17 00:00:00 2001 From: Nontre12 <62849884+Nontre12@users.noreply.github.com> Date: Sat, 10 Oct 2020 12:31:54 +0200 Subject: [PATCH] Update __version__ --- nhentai/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhentai/__init__.py b/nhentai/__init__.py index 5561dc3..1aa66db 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.4.2' +__version__ = '0.4.3' __author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com'