From 5d31ced107ef7550631c177cb49ac332be95c360 Mon Sep 17 00:00:00 2001 From: David Salvisberg Date: Fri, 17 Jan 2025 08:09:26 +0100 Subject: [PATCH] chore: Update version from 2.9.1 to 3.0.0 --- README.md | 3 +-- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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'