From 86ef44aa07cc0aceba167a28cb7f77af7e3c656b Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 4 May 2021 03:58:02 +0400 Subject: [PATCH] Version changed to 0.5.1. --- scrapthechan/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrapthechan/__init__.py b/scrapthechan/__init__.py index 986d509..80862a1 100644 --- a/scrapthechan/__init__.py +++ b/scrapthechan/__init__.py @@ -1,5 +1,5 @@ -__date__ = "3 May 2021" -__version__ = "0.5.0" +__date__ = "4 May 2021" +__version__ = "0.5.1" __author__ = "Alexander \"Arav\" Andreev" __email__ = "me@arav.top" __copyright__ = f"Copyright (c) 2020,2021 {__author__} <{__email__}>"