diff --git a/README.md b/README.md index 43dc05f..4960a50 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ [![Package version](https://img.shields.io/pypi/v/flake8-type-checking.svg)](https://pypi.org/project/flake8-type-checking/) - [![Test status](https://github.com/snok/flake8-type-checking/actions/workflows/testing.yml/badge.svg)](https://github.com/snok/flake8-type-checking/actions/workflows/testing.yml) [![Supported Python versions](https://img.shields.io/badge/python-3.9%2B-blue)](https://pypi.org/project/flake8-type-checking/) -[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/) +[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/) # flake8-type-checking diff --git a/pyproject.toml b/pyproject.toml index 1267a0e..ab81dc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'flake8-type-checking' -version = "2.9.1" +version = "3.0.0" description = 'A flake8 plugin for managing type-checking imports & forward references' homepage = 'https://github.com/snok' repository = 'https://github.com/snok/flake8-type-checking'