From ebf9508621330cb408a0c4cf8742098c88060b2a Mon Sep 17 00:00:00 2001 From: Nathan Spencer Date: Mon, 11 Jul 2022 12:47:07 -0600 Subject: [PATCH] Update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 714681a..21b4096 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyweatherflowudp" -version = "1.4.0" +version = "1.4.1" description = "An event-based asynchronous library to read UDP packets from Weatherflow weather systems on a local network without any reliance on the cloud." license = "MIT" authors = ["Nathan Spencer "]