From ce1251a1fa99c857df972c6d8e3f68a99f5508b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 07:56:17 +0000 Subject: [PATCH] Set version to 0.2.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e999e80..963c2eb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LinearElasticityBase" uuid = "c9ccf908-6911-46c3-b424-436f6a0ac525" authors = ["singularitti and contributors"] -version = "0.1.0" +version = "0.2.0" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"