diff --git a/pyproject.toml b/pyproject.toml index aa333c8..d01da8c 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.10" +version = "0.2.11" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.8"