diff --git a/README.md b/README.md index 1a893b8..fd430cc 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ A python client for the https://strike.me API. [![PyPI version](https://badge.fury.io/py/strike-api.svg)](https://badge.fury.io/py/strike-api) [![Documentation Status](https://readthedocs.org/projects/strike-api/badge/?version=latest)](https://strike-api.readthedocs.io/en/latest/?badge=latest) +[![codecov](https://codecov.io/github/chmoder/strike-api/branch/main/graph/badge.svg?token=JR81BI9IGR)](https://codecov.io/github/chmoder/strike-api) ## Example Usage diff --git a/pyproject.toml b/pyproject.toml index 7ca3eab..1455914 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "strike-api" -version = "0.1.5" +version = "0.1.6" description = "A python client for the strike api" authors = ["Thomas Cross "] readme = "README.md"