From e367b20d60ce93af2629eaa4501eceda9b592611 Mon Sep 17 00:00:00 2001 From: hsahovic <25432355+hsahovic@users.noreply.github.com> Date: Fri, 26 Aug 2022 01:26:26 +0200 Subject: [PATCH] Up version to 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 013045297..09c2ec11c 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ EMAIL = "contact@sahovic.fr" AUTHOR = "Haris Sahovic" REQUIRES_PYTHON = ">=3.7.0" -VERSION = "0.4.21" +VERSION = "0.5.0" # What packages are required for this module to be executed? with open("requirements.txt") as requirements: