From e9f8b18ab21da0a298c11df3e28020ffd8edeebf Mon Sep 17 00:00:00 2001 From: Benjamin Braatz Date: Thu, 31 Mar 2022 05:20:40 +0200 Subject: [PATCH] Version bump. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.34.1