From 6bd74b72f3bf59de77135be7ee1ad3fcd5702efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Thu, 1 Dec 2022 05:35:11 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b56c91f..4d51909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,10 @@ [tool.poetry] name = "aiocomfoconnect" -version = "0.1.0" +version = "0.1.1" description = "" authors = ["Michaƫl Arnauts "] readme = "README.md" +homepage = "https://github.com/michaelarnauts/aiocomfoconnect" [tool.poetry.dependencies] python = "^3.8"