From 6f5baf3e1ddf9a506b1f6b1fb93c2d05f7fb2057 Mon Sep 17 00:00:00 2001 From: yakimka Date: Sat, 14 Dec 2019 23:20:35 +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 a8a8035..5210c24 100644 --- a/CherryTomato/__init__.py +++ b/CherryTomato/__init__.py @@ -4,6 +4,6 @@ MEDIA_DIR = os.path.join(BASE_DIR, 'media') APP_ICON = os.path.join(MEDIA_DIR, 'icon.png') -VERSION = '0.2.0' +VERSION = '0.3.0' ORGANIZATION_NAME = 'CherryTomato' APPLICATION_NAME = 'CherryTomato'