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')