From 36f81d18639c7594a0173893a5a6c16402ddac5b Mon Sep 17 00:00:00 2001 From: doron zarhi Date: Sun, 29 Aug 2021 15:21:14 +0300 Subject: [PATCH] bump version to 1.10.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98ef36e57..294443813 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.2' +VERSION = '1.10.3' def parse_requirements():