From 23c2c9d973bf0c564b18f6bb257b96f9cd1e046d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Huvar?= <492849@mail.muni.cz> Date: Mon, 18 Dec 2023 21:50:54 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f0f94f..eedd2ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biodivine-hctl-model-checker" -version = "0.2.0" +version = "0.2.1" authors = ["Ondřej Huvar ", "Samuel Pastva "] edition = "2021" description = "Library for symbolic HCTL model checking on partially defined Boolean networks."