From 23d4c538d9390188e5aa0b5f142d1c0301801b36 Mon Sep 17 00:00:00 2001 From: Samuel Pastva Date: Tue, 13 Aug 2024 11:14:55 +0200 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b72af9..801c857 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biodivine-lib-bdd" -version = "0.5.18" +version = "0.5.19" authors = ["Samuel Pastva "] edition = "2021" description = "A simple thread-safe implementation of basic binary decision diagrams."