From 8b5852c0123b5e9582a64ecb8f5c48a55374a6ff Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 6 Sep 2026 01:27:32 -0400 Subject: [PATCH] Version bump to v0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e398b91..138bd9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pico-thermo" -version = "0.1.0" +version = "0.1.1" description = "MicroPython MQTT app to read BME280 sensor into Home Assistant" readme = "README.md" requires-python = ">=3.9"