diff --git a/.all-contributorsrc b/.all-contributorsrc index 6612dc7e..4fe495c0 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -30,7 +30,9 @@ "avatar_url": "https://avatars0.githubusercontent.com/u/1615476?v=4", "profile": "https://github.com/khusrokarim", "contributions": [ - "ideas" + "ideas", + "code", + "bug" ] } ], diff --git a/README.md b/README.md index 63e72491..19575ef0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Ward ![](https://github.com/darrenburns/ward/workflows/Ward%20CI/badge.svg) -[![PyPI version](https://badge.fury.io/py/ward.svg)](https://badge.fury.io/py/ward) [![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) - +[![PyPI version](https://badge.fury.io/py/ward.svg)](https://badge.fury.io/py/ward) [![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-) See the full documentation and feature set [here](https://wardpy.com). @@ -70,7 +69,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - +
Darren Burns
Darren Burns

💻 📖 🤔 👀 🐛 💡
khusrokarim
khusrokarim

🤔
khusrokarim
khusrokarim

🤔 💻 🐛
diff --git a/setup.py b/setup.py index 96045981..2a87f72b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -version = "0.14.1a0" +version = "0.15.0a0" description = "A modern Python 3 test framework for finding and fixing flaws faster." with open("README.md", "r") as fh: if platform.system() != "Windows":