From 4e5b24c1b74f467602f58cdc7f72139585718407 Mon Sep 17 00:00:00 2001 From: William Pietri Date: Thu, 28 Dec 2017 10:50:15 -0800 Subject: [PATCH] releasing 0.8.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e85404..a69804c 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ except FileNotFoundError: setup( name='sucks', - version='0.8.3', + version='0.8.4', description='a library for controlling certain robot vacuums', long_description=long_description,