diff --git a/CherryTomato/__init__.py b/CherryTomato/__init__.py index 37cee31..5fa8db3 100644 --- a/CherryTomato/__init__.py +++ b/CherryTomato/__init__.py @@ -8,7 +8,7 @@ __maintainer__ = __author__ __email__ = 'ss.yakim@gmail.com' __license__ = 'GPL-3.0' -__version__ = '0.6.1' +__version__ = '1.0.0' BASE_DIR = os.path.dirname(os.path.abspath(__file__)) MEDIA_DIR = os.path.join(BASE_DIR, 'media') diff --git a/assets/screenshot.png b/assets/screenshot.png index 3441ded..6d3f375 100644 Binary files a/assets/screenshot.png and b/assets/screenshot.png differ