From 802665716c23a70fa895fc8ad04e9bb6932fe4c0 Mon Sep 17 00:00:00 2001 From: Reno <25192197+singularitti@users.noreply.github.com> Date: Wed, 10 Nov 2021 14:17:33 -0500 Subject: [PATCH] Set version to v0.5.0 --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 391a322..cfe97d0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,21 +1,21 @@ name = "LinearElasticity" uuid = "8b390c8a-e41e-419b-b3a5-595c9a4d2b26" authors = ["Qi Zhang "] -version = "0.4.1" +version = "0.5.0" [deps] -CrystallographyBase = "93b1d1cd-a8ea-4aa5-adb1-b2407ea0ba8d" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +CrystallographyBase = "93b1d1cd-a8ea-4aa5-adb1-b2407ea0ba8d" Tensorial = "98f94333-fa9f-48a9-ad80-1c66397b2b38" +[extras] +Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + [compat] +julia = "1" CrystallographyBase = "0.1, 0.2, 0.3, 0.4" Tensorial = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11" -julia = "1" - -[extras] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [targets] test = ["Test", "Unitful"]