From 93f4d02cb227b5ee3c6a57d5a8c2f492643627a0 Mon Sep 17 00:00:00 2001 From: sabuhish Date: Sun, 5 Feb 2023 16:05:30 +0400 Subject: [PATCH] Changed version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9659421..1e49c69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-mqtt" -version = "1.0.2" +version = "1.0.7" description = "fastapi-mqtt is extension for MQTT protocol" authors = ["sabuhish "] license = "MIT"