From 72c457085b8ff9283e498d49d9f33412cf07e808 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 26 Jan 2022 16:15:17 +0100 Subject: [PATCH] Prepare for 0.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ffcec0..20129ff 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="webthing-ws", - version="0.1.1", + version="0.1.2", description="A WebThing WebSocket consumer and API client.", long_description=long_description, url="https://github.com/home-assistant-ecosystem/webthing-ws",