From a2e44417085c9935d1971c41dc875217690f425a Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Tue, 8 Oct 2024 11:42:34 +0200 Subject: [PATCH] bump minor version (accomodate the required_accessors feature) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 75f2ab5..658ab6a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AbstractFBCModels" uuid = "5a4f3dfa-1789-40f8-8221-69268c29937c" authors = ["Authors of AbstractFBCModels.jl"] -version = "1.0.2" +version = "1.1.0" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"