From ecf3601eee8e99eecbd608296b99ff72cc0b71fe Mon Sep 17 00:00:00 2001 From: doron zarhi Date: Thu, 2 Sep 2021 10:45:32 +0300 Subject: [PATCH] bump version to 1.10.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 294443813..913a6a44b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os BASE_DIR = os.path.realpath(os.path.dirname(__file__)) -VERSION = '1.10.3' +VERSION = '1.10.4' def parse_requirements():