From 83da699bf6607df47f1e02323f0567dd03f40847 Mon Sep 17 00:00:00 2001 From: William Pietri Date: Sun, 10 Dec 2017 18:00:43 -0800 Subject: [PATCH] bumping version for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03afa6c..443e77d 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ except FileNotFoundError: setup( name='sucks', - version='0.8.2', + version='0.8.3', description='a library for controlling certain robot vacuums', long_description=long_description,