diff --git a/pyproject.toml b/pyproject.toml index aab8d53..e1b6945 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "slim-trees" description = "A python package for efficient pickling of ML models." -version = "0.2.9" +version = "0.2.10" readme = "README.md" license = {file = "LICENSE"} requires-python = ">=3.8"