diff --git a/pyproject.toml b/pyproject.toml index 9fefc89..38bf62b 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.12" +version = "0.2.13" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.8"