From 503eb9959b2206c6dc21d9575f90c3b97bad1d1f Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 28 Apr 2021 02:49:59 +0400 Subject: [PATCH] Version updated to 0.4.1. --- scrapthechan/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrapthechan/__init__.py b/scrapthechan/__init__.py index 97eb36e..18290d4 100644 --- a/scrapthechan/__init__.py +++ b/scrapthechan/__init__.py @@ -1,5 +1,5 @@ -__date__ = "18 November 2020" -__version__ = "0.4.0" +__date__ = "8 December 2020" +__version__ = "0.4.1" __author__ = "Alexander \"Arav\" Andreev" __email__ = "me@arav.top" __copyright__ = f"Copyright (c) 2020 {__author__} <{__email__}>"