From f2a683c026cb710dd6558050cc9e1c167d5579d9 Mon Sep 17 00:00:00 2001 From: William Pietri Date: Sat, 22 Sep 2018 17:50:20 -0700 Subject: [PATCH] Bump version number to release bug fix. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index efbb951..3fbe013 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ except FileNotFoundError: setup( name='sucks', - version='0.9.2', + version='0.9.3', description='a library for controlling certain robot vacuums', long_description=long_description,