From 8ff1e3992b5970afc509b424adb4826162af2cf9 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Thu, 26 Sep 2024 01:37:33 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b795c16..99dcf12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "janela" -version = "0.1.0" +version = "0.0.3" description = "A simple tool to automate window management" authors = ["Gustavo "] readme = "README.md" [tool.poetry.dependencies] -python = "^3.12" +python = "^3.8" python-xlib = "^0.33"