From 5af78c5899dc5dcc99775da0698142d378a91d7e Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Sun, 19 Aug 2018 19:16:59 -0400 Subject: [PATCH] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b969339..9e40b49 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ keywords = ["round", "directed rounding", "error-free transformations", "floatin name = "FastRounding" author = "Jeffrey Sarnoff" uuid = "fa42c844-2597-5d31-933b-ebd51ab2693f" -version = "v0.1.0" +version = "v0.2.0" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"