From e7298787e51bebcbed02c8948f13e556e1f7f153 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 19 Nov 2020 13:41:19 +0100 Subject: [PATCH] Prepare for 0.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9c0529..d6998e1 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='volkszaehler', - version='0.1.3', + version='0.2.1', description='Python Wrapper for interacting with the Volkszahler API.', long_description=long_description, url='https://github.com/home-assistant-ecosystem/python-volkszaehler',