From 2f14c1ac9c33d7719a55d13892fbb31c52882ce6 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 28 Dec 2014 19:13:17 +0200 Subject: [PATCH] version bump to 0.20 --- motioneye.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye.py b/motioneye.py index 508e6ad..ebcfa3e 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.19' +VERSION = '0.20' def _configure_settings(): -- 2.39.5