From 834134c8bf23d407b837cc74fbc24e172e197446 Mon Sep 17 00:00:00 2001 From: Jeff Walter Date: Tue, 25 Sep 2018 15:36:12 -0500 Subject: [PATCH] Revving version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11c1301..c88cd1b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='arlo', py_modules=['Arlo'], - version='1.1.7', + version='1.1.8', description='Python Arlo is a library written in Python 2.7/3x ' + 'which exposes the Netgear Arlo cameras via the apis that are consumed by their website.', author='Jeffrey D. Walter',