From 08b9ec281dae2b9f55bc4ebc2267588cdc7cf5f4 Mon Sep 17 00:00:00 2001 From: matan Date: Wed, 20 Jul 2022 11:22:56 +0300 Subject: [PATCH] Bump version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79c9330..f025b21 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages BASE_DIR = os.path.realpath(os.path.dirname(__file__)) -VERSION = '1.2.0' +VERSION = '1.2.1' def parse_requirements():