From 105abc93392c395608157db82dce8952110787b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Fri, 1 Jan 2021 23:38:40 +0000 Subject: [PATCH] Bump version to 0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c8aaca4..e379afe 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.1", + version="0.2", description="Async library to communicate with Heatmiser NeoHub 2 API.", url="https://gitlab.com/neohubapi/neohubapi/", author="Andrius Štikonas",