From 73a653ddbbd104ca877a3e7f89ddc2c5c52f9e06 Mon Sep 17 00:00:00 2001 From: niels <51261230+nmakel@users.noreply.github.com> Date: Thu, 9 Apr 2020 17:09:15 +0200 Subject: [PATCH] version bump to 0.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91d50d4..17161a6 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="solaredge_setapp", - version="0.0.7", + version="0.1.0", description="SolarEdge SetApp protocol buffers parser library", long_description=long_description, long_description_content_type="text/markdown",