From 44f4275ab1cafff3cf7a1b760bff7f139dfffb07 Mon Sep 17 00:00:00 2001 From: Matan Perelman Date: Tue, 8 Aug 2023 07:57:02 +0300 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c6980877..be5844ba 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages BASE_DIR = Path(__file__).parent.resolve(strict=True) -VERSION = '1.1.2' +VERSION = '1.1.3' PACKAGES = [p for p in find_packages() if not p.startswith('tests')]