From 980385398d1aff21bfa05dc844c8b0137277da5e Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Sat, 6 Feb 2016 14:08:18 -0800 Subject: [PATCH] Call this 0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72f278f..82b322d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='uvcclient', - version='0.4', + version='0.5', description='A remote control client for Ubiquiti\'s UVC NVR', author='Dan Smith', author_email='dsmith+uvcclient@danplanet.com',