diff --git a/pyproject.toml b/pyproject.toml index 5514930..5d0bb6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "pulses" -version = "1.0.1" +version = "1.0.2" description = "Pulse LEDs on RPi" authors = ["Andrea Mistrali "] readme = "README.md" [tool.poetry.dependencies] python = ">=3.9,<4.0" -rpi-gpio = {version = "^0.7.1", platform = "linux"} +rpi-gpio = { version = "^0.7.1", platform = "linux" } [tool.poetry.scripts] pulses = "pulses.cli:main"