From ac5dd8b26a7784b16caa8c84b32e3363542c8160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Nenz=C3=A9n?= Date: Thu, 7 Apr 2022 22:56:19 +0200 Subject: [PATCH] Bump version to 0.0.17 (#5) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 727c72e..8c6dd05 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyplaato", - version="0.0.16", + version="0.0.17", author="JohNan", author_email="johan.nanzen@gmail.com", description="Asynchronous Python client for getting Plaato Airlock and Keg data",