From 5754cd88d9754848988ada91cfa0966e9bfc79ba Mon Sep 17 00:00:00 2001 From: yakimka Date: Wed, 2 Feb 2022 02:11:26 +0200 Subject: [PATCH] Up version --- CherryTomato/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CherryTomato/__init__.py b/CherryTomato/__init__.py index 871de4c..1b8ae6c 100644 --- a/CherryTomato/__init__.py +++ b/CherryTomato/__init__.py @@ -6,7 +6,7 @@ __maintainer__ = __author__ __email__ = 'ss.yakim@gmail.com' __license__ = 'GPL-3.0' -__version__ = '1.0.0' +__version__ = '1.1.0' BASE_DIR = os.path.dirname(os.path.abspath(__file__)) MEDIA_DIR = os.path.join(BASE_DIR, 'media')