From c11a45cb582a8e1ec52cf9e27da8ebb9f3004d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Mon, 26 Oct 2020 15:35:01 +0100 Subject: [PATCH] Prepare for v0.4 --- .gitignore | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 93ba106..3c76262 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ # Build-related files /*.egg-info /dist/ +/build/ diff --git a/setup.py b/setup.py index 83854a7..ecc6c1c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='pycomfoconnect', - version='0.3', + version='0.4', license='MIT', url='https://github.com/michaelarnauts/comfoconnect', author='Michaƫl Arnauts',