From 2fe1c73158830658b557c8c80b0c240556364550 Mon Sep 17 00:00:00 2001 From: Haris Sahovic Date: Sun, 18 Jun 2023 02:15:28 +0200 Subject: [PATCH] Up version to 0.7.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 30d4b93ba..62b9652ef 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ EMAIL = "contact@sahovic.fr" AUTHOR = "Haris Sahovic" REQUIRES_PYTHON = ">=3.7.0" -VERSION = "0.6.0" +VERSION = "0.7.0" # What packages are required for this module to be executed? with open("requirements.txt") as requirements: