From c3f04323717d7989ec72bbb01ad7d8082ad82f4c Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 24 Nov 2013 19:12:52 +0200 Subject: [PATCH] version bump to 0.8 --- motioneye.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motioneye.py b/motioneye.py index ec39953..dab7048 100755 --- a/motioneye.py +++ b/motioneye.py @@ -28,7 +28,7 @@ import settings sys.path.append(os.path.join(settings.PROJECT_PATH, 'src')) -VERSION = '0.7' +VERSION = '0.8' def _test_requirements(): -- 2.39.5