From b63c29c875c339df5d58ccced5cfd6a7aeda6b2d Mon Sep 17 00:00:00 2001 From: Christian Haack Date: Fri, 24 Jan 2025 14:28:38 +0100 Subject: [PATCH] bump project version to 1.0.0 and update Julia compatibility to 1.11 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 47c70a5..fa573c4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CherenkovMediumBase" uuid = "62ded331-ac74-4432-90fd-7fafc84e95f4" authors = ["Christian Haack "] -version = "1.4.6" +version = "1.0.0" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" @@ -16,7 +16,7 @@ Interpolations = "0.15.1" Polynomials = "4.0.13" Random = "1.11.0" StaticArrays = "1.9.10" -julia = "1.10" +julia = "1.11" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"