From 8fdf2df5a3d502f3f3ee420bf3ef08addac9c25f Mon Sep 17 00:00:00 2001 From: Yotam Olenik Date: Sun, 23 Oct 2022 14:31:21 +0300 Subject: [PATCH] bump version to 1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf58d41..4ca8da9 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.0.0' +VERSION = '1.1.0' PACKAGE_NAME = 'mobileconfig' DATA_FILES_EXTENSIONS = ['*.txt', '*.json', '*.js'] PACKAGES = [p for p in find_packages() if not p.startswith('tests')]