From 72f6c216e5659bb7a59d8828389a989e627c4ce6 Mon Sep 17 00:00:00 2001 From: yakimka Date: Thu, 1 Oct 2020 14:27:59 +0300 Subject: [PATCH] Bump version --- CherryTomato/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CherryTomato/__init__.py b/CherryTomato/__init__.py index db504eb..37cee31 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.5.0' +__version__ = '0.6.1' BASE_DIR = os.path.dirname(os.path.abspath(__file__)) MEDIA_DIR = os.path.join(BASE_DIR, 'media')