From 25ab8d374cc28dcffc62688c2c3af681e1aa75aa Mon Sep 17 00:00:00 2001 From: Samuel Pastva Date: Wed, 18 Sep 2024 11:27:50 +0200 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 505d229..9ff5f4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biodivine-lib-bdd" -version = "0.5.19" +version = "0.5.20" authors = ["Samuel Pastva "] edition = "2021" description = "A simple thread-safe implementation of basic binary decision diagrams."