From aa6b2c365b0abc6459e597a6cc6aab5708b61fac Mon Sep 17 00:00:00 2001 From: Thomas Wutzler Date: Tue, 16 Jan 2024 16:32:17 +0100 Subject: [PATCH 1/2] bump version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 539516e..70c4253 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DistributionFits" uuid = "45214091-1ed4-4409-9bcf-fdb48a05e921" authors = ["Thomas Wutzler and contributors"] -version = "0.3.7-DEV" +version = "0.3.7" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" From 6cd723f919805761216a9c0b763bc86c459ca325 Mon Sep 17 00:00:00 2001 From: Thomas Wutzler Date: Tue, 16 Jan 2024 17:20:54 +0100 Subject: [PATCH 2/2] bump DEV version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 70c4253..440e7cf 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DistributionFits" uuid = "45214091-1ed4-4409-9bcf-fdb48a05e921" authors = ["Thomas Wutzler and contributors"] -version = "0.3.7" +version = "0.3.8-DEV" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"