diff --git a/pyproject.toml b/pyproject.toml index 33f4744..5af432c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,8 @@ license = {text = "MIT"} name = "pydala2" readme = "README.md" repository = "https://github.com/legout/pydala2" -requires-python = ">= 3.11" -version = "0.9.2" +requires-python = ">= 3.10" +version = "0.9.2.1" [project.optional-dependencies] legacy = ["polars-lts-cpu>=0.20.4"]