From 53c1cb2d9e62630ec7206f67f309fa5ad2fedbc5 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Mon, 16 Feb 2015 00:08:38 +0200 Subject: [PATCH] version bumped to 0.22 --- motioneye.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye.py b/motioneye.py index 498dcd1..915ba8b 100755 --- a/motioneye.py +++ b/motioneye.py @@ -29,7 +29,7 @@ import settings sys.path.append(os.path.join(getattr(settings, 'PROJECT_PATH', os.path.dirname(sys.argv[0])), 'src')) -VERSION = '0.21' +VERSION = '0.22' def _configure_settings(): -- 2.39.5