From d526a8368a82e78e1ff68cc1bd091f543d87552f Mon Sep 17 00:00:00 2001 From: faanskit Date: Fri, 10 Jan 2025 10:16:37 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e1436e..d5845d9 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ MIN_PY_VERSION = "3.10" PACKAGES = find_packages() -VERSION = "0.2.7" +VERSION = "0.2.8" setup( name="pycheckwatt",