From 0f7d56104db56a0a54b2afe9986096b07a81c39a Mon Sep 17 00:00:00 2001 From: Samuel Pastva Date: Sun, 24 Dec 2023 13:33:06 +0100 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c38aa5..5a51e51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biodivine-lib-bdd" -version = "0.5.8" +version = "0.5.9" authors = ["Samuel Pastva "] edition = "2021" description = "A simple thread-safe implementation of basic binary decision diagrams."