From bc84f47cd86b401592b8687ee71875ac2c4e15d8 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Fri, 2 Jan 2015 18:15:22 +0200 Subject: [PATCH] version bump to 0.21 --- motioneye.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye.py b/motioneye.py index ebcfa3e..b4d4383 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.20' +VERSION = '0.21' def _configure_settings(): -- 2.39.5