Skip to content

Commit 5d31ced

Browse files
committed
chore: Update version from 2.9.1 to 3.0.0
1 parent 5f94b33 commit 5d31ced

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[![Package version](https://img.shields.io/pypi/v/flake8-type-checking.svg)](https://pypi.org/project/flake8-type-checking/)
2-
<!---[![Code coverage](https://codecov.io/gh/snok/flake8-type-checking/branch/main/graph/badge.svg)](https://codecov.io/gh/snok/flake8-type-checking)--->
32
[![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)
43
[![Supported Python versions](https://img.shields.io/badge/python-3.9%2B-blue)](https://pypi.org/project/flake8-type-checking/)
5-
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
4+
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)<!---[![Code coverage](https://codecov.io/gh/snok/flake8-type-checking/branch/main/graph/badge.svg)](https://codecov.io/gh/snok/flake8-type-checking)--->
65

76
# flake8-type-checking
87

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'flake8-type-checking'
3-
version = "2.9.1"
3+
version = "3.0.0"
44
description = 'A flake8 plugin for managing type-checking imports & forward references'
55
homepage = 'https://github.com/snok'
66
repository = 'https://github.com/snok/flake8-type-checking'

0 commit comments

Comments
 (0)