From 6294fc079d983786dcb2bc7bf63a514c48ae2c7a Mon Sep 17 00:00:00 2001 From: Bela Stoyan Date: Fri, 23 Aug 2024 11:23:16 +0200 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d01da8c..9fefc89 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.11" +version = "0.2.12" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.8"