From a8913f44bd8135be733034bd3e801abc78ac7681 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Thu, 23 May 2024 21:06:16 +0200 Subject: [PATCH] bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"