From 981a3d56926a853735ed36f605e2ab1a49eece82 Mon Sep 17 00:00:00 2001 From: orxfun Date: Wed, 26 Nov 2025 20:54:45 +0100 Subject: [PATCH] increment version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f44f21..a0ef93f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orx-tree" -version = "2.0.0" +version = "2.1.0" edition = "2024" authors = ["orxfun "] description = "A beautiful tree 🌳 with convenient, efficient, parallelizable growth, mutation and traversal features."