From c03e65b336deb9dec0cdde27abf53fcfcb9dd1bb Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Mon, 22 Feb 2016 12:51:49 -0800 Subject: [PATCH] Call this 0.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85b9e98..f846122 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='uvcclient', - version='0.7dev', + version='0.8.0', description='A remote control client for Ubiquiti\'s UVC NVR', author='Dan Smith', author_email='dsmith+uvcclient@danplanet.com',