From: Benjamin Braatz Date: Thu, 31 Mar 2022 03:20:40 +0000 (+0200) Subject: Version bump. X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=e9f8b18ab21da0a298c11df3e28020ffd8edeebf;p=graphit%2Fcontrolpi-graph.git Version bump. --- diff --git a/setup.py b/setup.py index 60d010d..21292cf 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as readme_file: setuptools.setup( name="controlpi-graph", - version="0.1.0", + version="0.2.0", author="Graph-IT GmbH", author_email="info@graph-it.com", description="ControlPi Plugin for Graph Connections", @@ -15,7 +15,7 @@ setuptools.setup( packages=["controlpi_plugins"], install_requires=[ "msgpack", - "controlpi @ git+git://git.graph-it.com/graphit/controlpi.git", + "controlpi @ git+git://git.graph-it.com/graphit/controlpi.git@master", ], classifiers=[ "Programming Language :: Python",