From 7f7aab79df3fd5bb7fa57020b26a9a7d2ca470be Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Mon, 12 May 2014 20:55:11 +0300 Subject: [PATCH] version bump --- motioneye.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye.py b/motioneye.py index f15fd2c..c5eee78 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.11' +VERSION = '0.12' def _configure_settings(): -- 2.39.5