From a7c936d678cfae600d0a33135dd90fe7991bc966 Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Fri, 13 Dec 2019 14:52:39 -0300 Subject: [PATCH] Remove wrong license in docs and update to 1.0.1 --- Project.toml | 2 +- docs/src/index.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 39d188ae..bce3c7fa 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "LinearOperators" uuid = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125" -version = "1.0.0" +version = "1.0.1" [deps] FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a" diff --git a/docs/src/index.md b/docs/src/index.md index 5422e5d7..b486d54f 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -106,5 +106,3 @@ Matrix(opA[:,1]) ```julia julia> Pkg.test("LinearOperators") ``` - -[![GPLv3](http://www.gnu.org/graphics/gplv3-88x31.png)](http://www.gnu.org/licenses/gpl.html "GPLv3")