From 7bbc4d3f96a7efacfc92d79180fc8b334aef96c4 Mon Sep 17 00:00:00 2001 From: Dave O'Connor Date: Sat, 6 Feb 2021 13:42:34 +0000 Subject: [PATCH] update to 0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f46e7f3..7c69ebf 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="neohubapi", - version="0.4", + version="0.5", description="Async library to communicate with Heatmiser NeoHub 2 API.", url="https://gitlab.com/neohubapi/neohubapi/", author="Andrius Štikonas",