From 858e066f36f67c599062f995229561b2d479eebe Mon Sep 17 00:00:00 2001 From: bitbybyte Date: Tue, 31 Jan 2023 01:30:51 -0500 Subject: [PATCH] Bump to v1.8.3 --- fantiadl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fantiadl.py b/fantiadl.py index 246c15e..679c012 100644 --- a/fantiadl.py +++ b/fantiadl.py @@ -11,10 +11,10 @@ import models __author__ = "bitbybyte" -__copyright__ = "Copyright 2021 bitbybyte" +__copyright__ = "Copyright 2023 bitbybyte" __license__ = "MIT" -__version__ = "1.8.2" +__version__ = "1.8.3" BASE_HOST = "fantia.jp"