diff --git a/Project.toml b/Project.toml index 3fc23cd..67233eb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LearnTestAPI" uuid = "3111ed91-c4f2-40e7-bb19-7f6c618409b8" authors = ["Anthony D. Blaom "] -version = "0.1.0" +version = "0.2.0" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" diff --git a/README.md b/README.md index 4e1d46d..a534d10 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Tool for testing implementations of the [LearnAPI.jl](https://juliaai.github.io/LearnAPI.jl/dev/) interface, for algorithms in machine learning and statistics +[![Lifecycle:Maturing](https://img.shields.io/badge/Lifecycle-Maturing-007EC6)](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/ROADMAP.md) [![Build Status](https://github.com/JuliaAI/LearnTestAPI.jl/workflows/CI/badge.svg)](https://github.com/JuliaAI/LearnTestAPI.jl/actions) [![codecov](https://codecov.io/gh/JuliaAI/LearnTestAPI.jl/graph/badge.svg?token=gCIQfDtzMt)](https://codecov.io/gh/JuliaAI/LearnTestAPI.jl)