From 79e61cc23ae6147a87c7d52e5d91b37532e57642 Mon Sep 17 00:00:00 2001 From: Anchal Gupta Date: Tue, 23 Jul 2024 10:53:48 -0700 Subject: [PATCH] Releasing 1.0.2 * Since IMASDD bumped to major new version 1.0.0, this release updates compat entry for IMASDD. * Minor updates in error messages for subset operations. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5fe26fb..ad26d73 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GGDUtils" uuid = "b7b5e640-9b39-4803-84eb-376048795def" authors = ["Anchal Gupta "] -version = "1.0.1" +version = "1.0.2" [deps] ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"