diff --git a/pyproject.toml b/pyproject.toml index af084e7..28ed8d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "audiblez" -version = "0.1.0" +version = "0.1.1" description = "" authors = [ { name = "Claudio Santini", email = "hireclaudio@gmail.com" } ] readme = "README.md" -requires-python = ">=3.11,<3.13" +requires-python = ">=3.10,<3.13" dependencies = [ "bs4 (==0.0.2)", "attrs (==24.3.0)",