From c044d683549750d6d28a580fd7ac98ea57911764 Mon Sep 17 00:00:00 2001 From: matan Date: Sun, 11 Jul 2021 15:41:17 +0300 Subject: [PATCH] Bump version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a5c017..5a696d5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os BASE_DIR = os.path.realpath(os.path.dirname(__file__)) -VERSION = '1.0.0' +VERSION = '1.1.0' def parse_requirements():