diff --git a/README.md b/README.md index 077510f0b6..dc0cc1f906 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Coverage Status](https://coveralls.io/repos/github/moj-analytical-services/splink/badge.svg?branch=dev)](https://coveralls.io/github/moj-analytical-services/splink?branch=dev) +[![Coverage Status](https://coveralls.io/repos/github/moj-analytical-services/splink/badge.svg?branch=dev)](https://coveralls.io/github/moj-analytical-services/splink?branch=master) ![issues-status](https://img.shields.io/github/issues-raw/moj-analytical-services/splink) ![python-version-dependency](https://img.shields.io/badge/python-%3E%3D3.6-blue) diff --git a/pyproject.toml b/pyproject.toml index e7df0e8608..b7a51e0e80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "splink" -version = "0.1.4" -description = "WORK IN PROGRESS: Implementation in Apache Spark of the EM algorithm to estimate parameters of Fellegi-Sunter's canonical model of record linkage." +version = "0.1.5" +description = "[Beta]: Implementation in Apache Spark of the EM algorithm to estimate parameters of Fellegi-Sunter's canonical model of record linkage." authors = ["Robin Linacre ", "Sam Lindsay", "Theodore Manassis"] license = "MIT" homepage = "https://github.com/moj-analytical-services/splink"