From fb417d07f52b55bd3d1cc15b7e5526a95a6e1791 Mon Sep 17 00:00:00 2001 From: Reno <25192197+singularitti@users.noreply.github.com> Date: Mon, 25 Oct 2021 06:00:49 -0400 Subject: [PATCH] Set version to v0.4.4 --- Project.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Project.toml b/Project.toml index f6023efa..15c9721d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,34 +1,34 @@ name = "Express" uuid = "b12df14e-adf7-11e9-0606-d5813a258349" authors = ["Qi Zhang "] -version = "0.4.4-DEV" +version = "0.4.4" [deps] +UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a" AbInitioSoftwareBase = "df5135bc-470e-46c6-b451-292e27ca5b84" +Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" Configurations = "5218b696-f38b-4ac9-8b61-a12ec717816d" -Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" -EquationsOfStateOfSolids = "1eaa2786-f833-4167-8397-974edad0881e" Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0" -Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" -PyQHA = "5a1273f0-a906-4eb0-8178-7035f457d819" -Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" +EquationsOfStateOfSolids = "1eaa2786-f833-4167-8397-974edad0881e" SimpleWorkflows = "6a97d125-85da-4b66-b300-4bba10360563" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" -UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a" +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" +Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" +PyQHA = "5a1273f0-a906-4eb0-8178-7035f457d819" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -AbInitioSoftwareBase = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7" +Unitful = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 1" +UnitfulAtomic = "1" +julia = "1" Configurations = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16" +AbInitioSoftwareBase = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7" EquationsOfStateOfSolids = "0.2, 0.3, 0.4" Formatting = "0.4" -PyQHA = "0.1" SimpleWorkflows = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11" -Unitful = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 1" -UnitfulAtomic = "1" -julia = "1" - -[extras] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +PyQHA = "0.1" [targets] test = ["Test"]