From a48a92521c1cf076fa81e7bd2861df53be89bcc1 Mon Sep 17 00:00:00 2001 From: Luca Cappelletti Date: Fri, 19 Jul 2024 11:11:44 +0200 Subject: [PATCH] Bumped version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d7aa98b..e87a5f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "louds-rs" -version = "0.7.0" +version = "0.7.1" authors = ["Sho Nakatani "] description = "High performance LOUDS (Level-Order Unary Degree Sequence) library" readme = "README.md"