From 58e7a53815482b7778481f81cde95f53a60bb6f6 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Wed, 28 Nov 2018 12:20:04 -0800 Subject: [PATCH] Call this 0.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c30d073..d2d119d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='uvcclient', - version='0.10.1', + version='0.11.0', description='A remote control client for Ubiquiti\'s UVC NVR', author='Dan Smith', author_email='dsmith+uvcclient@danplanet.com',