From: Benjamin Braatz Date: Tue, 18 Jul 2023 23:12:31 +0000 (+0200) Subject: Bump version to 0.3.0. X-Git-Tag: v0.3.0~1 X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=cda274e59c1f08069e6e22fd3770aa5989f1727d;p=graphit%2Fcontrolpi-wsclient.git Bump version to 0.3.0. --- diff --git a/setup.py b/setup.py index 93461a6..b794633 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as readme_file: setuptools.setup( name="controlpi-wsclient", - version="0.2.0", + version="0.3.0", author="Graph-IT GmbH", author_email="info@graph-it.com", description="ControlPi Plugin for Websocket Clients",