From ea7133a11da6febb16155545bb4e7fb473210a95 Mon Sep 17 00:00:00 2001 From: doron zarhi Date: Mon, 3 May 2021 11:32:18 +0300 Subject: [PATCH] setup: bump version to 1.5.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d4932fc4..ad5613386 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os BASE_DIR = os.path.realpath(os.path.dirname(__file__)) -VERSION = '1.5.2' +VERSION = '1.5.3' def parse_requirements():