From 7584eba56384b6675602ae34998c3da00e5e4e1e Mon Sep 17 00:00:00 2001 From: Marc-Olivier Arsenault Date: Sun, 26 Nov 2023 12:21:42 -0500 Subject: [PATCH] version 1.2.2 --- VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 24e56e0..06043b8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.2.1 \ No newline at end of file +v1.2.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c26f948..65beaa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tefnut" -version = "1.2.1" +version = "1.2.2" description = "Tefnut is a control system to manage central humidificatior." authors = ["Marc-Olivier Arsenault "] license = "MIT"