From 52171732a9fda6f2c535f6d51281d8305d1e7c1d Mon Sep 17 00:00:00 2001 From: yufongpeng <54415349+yufongpeng@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:42:18 +0800 Subject: [PATCH] bump to v0.4.0 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 58703c3..6072e89 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ChemistryQuantitativeAnalysis" uuid = "3ed48883-6809-43ec-b77a-d23b0650d8c4" authors = ["Yu-Fong Peng "] -version = "0.3.4" +version = "0.4.0" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" @@ -19,4 +19,4 @@ GLM = "1.9" ThreadsX = "0.1" Tables = "1" TypedTables = "1.4" -julia = "1.9" +julia = "1.9, 1.10"