From 90c8f4fcc4909069fc10e748a7222e7e0b594289 Mon Sep 17 00:00:00 2001 From: Reno <25192197+singularitti@users.noreply.github.com> Date: Mon, 4 Oct 2021 08:34:38 -0400 Subject: [PATCH] Set version to v0.2.4 --- Project.toml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Project.toml b/Project.toml index d4f39fc..2dec280 100644 --- a/Project.toml +++ b/Project.toml @@ -1,41 +1,41 @@ name = "ExpressCommands" uuid = "0fa58581-61d8-4f50-b6a2-2e2dd41ab979" authors = ["singularitti and contributors"] -version = "0.2.4-DEV" +version = "0.2.4" [deps] +Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" AbInitioSoftwareBase = "df5135bc-470e-46c6-b451-292e27ca5b84" +Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" +PrettyPrint = "8162dcfd-2161-5ef2-ae6c-7681170c5f98" Comonicon = "863f3e99-da2a-4334-8734-de3dacbe5542" -EquationOfStateRecipes = "8d49d7c9-511f-4c38-862f-eeb1232c8dad" -EquationsOfStateOfSolids = "1eaa2786-f833-4167-8397-974edad0881e" -Express = "b12df14e-adf7-11e9-0606-d5813a258349" -Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" -Preferences = "21216c6a-2e73-6563-6e65-726566657250" -PrettyPrint = "8162dcfd-2161-5ef2-ae6c-7681170c5f98" -QuantumESPRESSOExpress = "524a00d3-5d12-4323-9774-d2c11dc9d82e" -Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" +EquationsOfStateOfSolids = "1eaa2786-f833-4167-8397-974edad0881e" SimpleWorkflows = "6a97d125-85da-4b66-b300-4bba10360563" +Preferences = "21216c6a-2e73-6563-6e65-726566657250" +EquationOfStateRecipes = "8d49d7c9-511f-4c38-862f-eeb1232c8dad" TikzGraphs = "b4f28e30-c73f-5eaf-a395-8a9db949a742" +Express = "b12df14e-adf7-11e9-0606-d5813a258349" TikzPictures = "37f6aa50-8035-52d0-81c2-5a1d08754b2d" +QuantumESPRESSOExpress = "524a00d3-5d12-4323-9774-d2c11dc9d82e" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] AbInitioSoftwareBase = "0.2, 0.3, 0.4, 0.5, 0.6" +PrettyPrint = "0.1, 0.2" Comonicon = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9" -EquationOfStateRecipes = "0.1" -EquationsOfStateOfSolids = "0.2, 0.3, 0.4" -Express = "0.2, 0.3, 0.4" Plots = "1" -Preferences = "1" -PrettyPrint = "0.1, 0.2" -QuantumESPRESSOExpress = "0.1, 0.2, 0.3" +EquationsOfStateOfSolids = "0.2, 0.3, 0.4" SimpleWorkflows = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11" +Preferences = "1" +EquationOfStateRecipes = "0.1" +julia = "1" TikzGraphs = "1" +Express = "0.2, 0.3, 0.4" TikzPictures = "3" -julia = "1" - -[extras] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +QuantumESPRESSOExpress = "0.1, 0.2, 0.3" [targets] test = ["Test"]