From cc3406e10fa2b854d0c5c51ca490749d8d4273b2 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Thu, 21 Aug 2014 19:49:33 +0300 Subject: [PATCH] version bump to 0.14 --- motioneye.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye.py b/motioneye.py index 0da299c..72deb90 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.13' +VERSION = '0.14' def _configure_settings(): -- 2.39.5