From 58bd1dfe42b27296be8eb62031a2dd09363202aa Mon Sep 17 00:00:00 2001 From: Samuel Pastva Date: Mon, 12 Aug 2024 22:19:29 +0200 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31e397b..7b72af9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biodivine-lib-bdd" -version = "0.5.17" +version = "0.5.18" authors = ["Samuel Pastva "] edition = "2021" description = "A simple thread-safe implementation of basic binary decision diagrams."