diff --git a/Project.toml b/Project.toml index 4ab42a2..646e49d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Legendre" uuid = "7642852e-7f09-11e9-134e-0940411082b6" authors = ["Justin Willmert "] -version = "0.1.0" +version = "0.2.0" [compat] julia = "1.2, 1.3, 1.4" diff --git a/README.md b/README.md index 57f6a87..5f512ae 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ | **Documentation** | **Build Status** | |:-------------------------------------------------------------------------:|:------------------------------------------------------------:| -| [![][docs-dev-img]][docs-dev-url] | [![][travis-img]][travis-url][![][codecov-img]][codecov-url] | +| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][travis-img]][travis-url][![][codecov-img]][codecov-url] | Legendre.jl is a library for computing the Associated Legendre Polynomials.