From f28cbb920dd3a2140ba9aab1c584bf1285c33850 Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Sat, 4 May 2024 11:12:13 +0200 Subject: [PATCH] Move to 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de1d3e5..2b70da7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pulses" -version = "0.90" +version = "1.0.0" description = "Pulse LEDs on RPi" authors = ["Andrea Mistrali "] readme = "README.md"