From 032457f46a81132b615bcdc0814b561bf90ad39e Mon Sep 17 00:00:00 2001 From: Samuel Brand <48288458+SamuelBrand1@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:59:05 +0000 Subject: [PATCH] Set version to 0.1.0 (#538) * Update Project.toml * Update Project.toml --- EpiAware/Project.toml | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EpiAware/Project.toml b/EpiAware/Project.toml index 6a23b57ef..b8849fa75 100644 --- a/EpiAware/Project.toml +++ b/EpiAware/Project.toml @@ -1,7 +1,7 @@ name = "EpiAware" uuid = "b2eeebe4-5992-4301-9193-7ebc9f62c855" authors = ["Samuel Abbott ", "Samuel Brand ", "Zachary Susswein "] -version = "0.1.0-DEV" +version = "0.1.0" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" diff --git a/Project.toml b/Project.toml index cad82ab95..669ec4546 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Rtwithoutrenewal" uuid = "5f18122a-2e46-11ef-2c26-2d57cbc8fe48" authors = ["Samuel Abbott ", "Samuel Brand ", "Zachary Susswein "] -version = "0.1.0-DEV" +version = "0.1.0" [deps] EpiAware = "b2eeebe4-5992-4301-9193-7ebc9f62c855"