From aee9d8d3185948d039eb6cddbc0cb6e415c97c93 Mon Sep 17 00:00:00 2001 From: Samuel Pastva Date: Wed, 3 May 2023 16:36:05 +0200 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 346b01b..ca65851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biodivine-lib-bdd" -version = "0.5.0" +version = "0.5.1" authors = ["Samuel Pastva "] edition = "2021" description = "A simple thread-safe implementation of basic binary decision diagrams."