From 6b6ef2e3dc3ad08beae75c56cba9efb2034ef99e Mon Sep 17 00:00:00 2001 From: hsahovic Date: Wed, 26 Feb 2020 23:10:36 -0500 Subject: [PATCH] Up version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ceab08a2d..8d1468aba 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.0.5" +VERSION = "0.0.6" # What packages are required for this module to be executed? with open("requirements.txt") as requirements: