From 84094735ee31ca5abeba913a6bbd42c6851c3d90 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 23 Oct 2024 10:55:28 +1300 Subject: [PATCH] Prep for v0.1.1 (#147) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0a4359d..4ac36c8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MathOptAI" uuid = "e52c2cb8-508e-4e12-9dd2-9c4755b60e73" authors = ["odow "] -version = "0.1.0" +version = "0.1.1" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"