From 2fae3896df969a57c0d33403cf49497edd71fb5c Mon Sep 17 00:00:00 2001 From: Quentame Date: Thu, 19 Dec 2024 23:03:58 +0100 Subject: [PATCH] Release 1.2.1 (#751) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d7f5eb3..9a987c77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "freebox-api" -version = "1.2.0" +version = "1.2.1" description = "Provides asynchronous authentication and access to Freebox servers" authors = ["stilllman ", "quentame ", "HACF "] license = "GNU GPL v3"