From a7ff690d2c0d8e40672bb9922674848705939159 Mon Sep 17 00:00:00 2001 From: Haris Sahovic <25432355+hsahovic@users.noreply.github.com> Date: Fri, 8 Oct 2021 03:41:06 +0200 Subject: [PATCH] Up version to 0.4.20 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9b980742b..a7b738e00 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ EMAIL = "contact@sahovic.fr" AUTHOR = "Haris Sahovic" REQUIRES_PYTHON = ">=3.6.0" -VERSION = "0.4.19" +VERSION = "0.4.20" # What packages are required for this module to be executed? with open("requirements.txt") as requirements: