From 92141afc99669f86cb16edd849b29b1a351fc218 Mon Sep 17 00:00:00 2001
From: Calin Crisan <ccrisan@gmail.com>
Date: Sun, 31 Aug 2014 18:04:37 +0300
Subject: [PATCH] version bump to 0.17

---
 motioneye.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/motioneye.py b/motioneye.py
index a454a4a..fcf61a8 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.16'
+VERSION = '0.17'
 
 
 def _configure_settings():
-- 
2.39.5