From 8f721c74480b4170a5f91b2cac93ffec1f569481 Mon Sep 17 00:00:00 2001 From: StevenWhitaker Date: Thu, 3 Oct 2019 10:31:14 -0400 Subject: [PATCH] Update to v0.0.2. This update is mainly just to test adding different versions of unregistered packages, and seeing how updating works. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4765aaf..378b68b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PERK" uuid = "85f1910e-5d62-11e9-1bce-2b30a05932d4" authors = ["Steven Whitaker "] -version = "0.0.1" +version = "0.0.2" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"