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'