From a88e316f186a1093d89e4ac1b84f65fa232c5f7b Mon Sep 17 00:00:00 2001 From: Oncleben31 Date: Sat, 16 Jan 2021 09:24:38 +0100 Subject: [PATCH] Bump package version (#129) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 583c13b2..cfff17a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "freebox-api" -version = "0.0.8" +version = "0.0.9" description = "Provides asynchronous authentication and access to Freebox servers" authors = ["stilllman ", "quentame ", "HACF "] license = "GNU GPL v3"