From 10ff81422a021456b7858318683b39db1b8e7105 Mon Sep 17 00:00:00 2001 From: Bela Stoyan Date: Tue, 17 Sep 2024 15:26:35 +0200 Subject: [PATCH] Bump (#137) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"